summaryrefslogtreecommitdiffstats
path: root/dom/indexedDB/IDBCursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/indexedDB/IDBCursor.h')
-rw-r--r--dom/indexedDB/IDBCursor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/indexedDB/IDBCursor.h b/dom/indexedDB/IDBCursor.h
index 25be16bee..3a4bedcda 100644
--- a/dom/indexedDB/IDBCursor.h
+++ b/dom/indexedDB/IDBCursor.h
@@ -205,11 +205,9 @@ private:
~IDBCursor();
-#ifdef ENABLE_INTL_API
// Checks if this is a locale aware cursor (ie. the index's sortKey is unset)
bool
IsLocaleAware() const;
-#endif
void
DropJSObjects();