diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-04 16:15:59 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-04 16:15:59 +0200 |
commit | 33c8d5d9714ecf3a2730b3c509bd05d4fcf85ce4 (patch) | |
tree | dc4a08a681ddc451fbe27a20899749ec30a1dc2b /dom/indexedDB/IDBCursor.h | |
parent | e6bb58fb96a16d6b447e18957393b65e715c3383 (diff) | |
download | UXP-33c8d5d9714ecf3a2730b3c509bd05d4fcf85ce4.tar UXP-33c8d5d9714ecf3a2730b3c509bd05d4fcf85ce4.tar.gz UXP-33c8d5d9714ecf3a2730b3c509bd05d4fcf85ce4.tar.lz UXP-33c8d5d9714ecf3a2730b3c509bd05d4fcf85ce4.tar.xz UXP-33c8d5d9714ecf3a2730b3c509bd05d4fcf85ce4.zip |
Issue #325 Part 7: Remove non-Intl legacy code paths from IndexedDB.
Diffstat (limited to 'dom/indexedDB/IDBCursor.h')
-rw-r--r-- | dom/indexedDB/IDBCursor.h | 2 |
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(); |