summaryrefslogtreecommitdiffstats
path: root/dom/indexedDB/Key.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-05-04 16:15:59 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-05-04 16:15:59 +0200
commit33c8d5d9714ecf3a2730b3c509bd05d4fcf85ce4 (patch)
treedc4a08a681ddc451fbe27a20899749ec30a1dc2b /dom/indexedDB/Key.h
parente6bb58fb96a16d6b447e18957393b65e715c3383 (diff)
downloadUXP-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/Key.h')
-rw-r--r--dom/indexedDB/Key.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/dom/indexedDB/Key.h b/dom/indexedDB/Key.h
index 856089c97..9d70ce6ad 100644
--- a/dom/indexedDB/Key.h
+++ b/dom/indexedDB/Key.h
@@ -214,10 +214,8 @@ public:
nsresult
AppendItem(JSContext* aCx, bool aFirstOfArray, JS::Handle<JS::Value> aVal);
-#ifdef ENABLE_INTL_API
nsresult
ToLocaleBasedKey(Key& aTarget, const nsCString& aLocale) const;
-#endif
void
FinishArray()
@@ -298,11 +296,9 @@ private:
void
EncodeAsString(const T* aStart, const T* aEnd, uint8_t aType);
-#ifdef ENABLE_INTL_API
nsresult
EncodeLocaleString(const nsDependentString& aString, uint8_t aTypeOffset,
const nsCString& aLocale);
-#endif
void
EncodeNumber(double aFloat, uint8_t aType);