summaryrefslogtreecommitdiff
path: root/dom/indexedDB/IDBObjectStore.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-05-12 14:32:03 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-05-12 14:32:03 +0200
commit3da5a32ca494a05beeedb50baf34a783435e9d83 (patch)
treef5e99b3029cf54409ae5951e9e91cca3a54addc7 /dom/indexedDB/IDBObjectStore.h
parentb6be8d844087c366b8b2836418dacf893308808f (diff)
downloadaura-central-3da5a32ca494a05beeedb50baf34a783435e9d83.tar.gz
Remove MOZ_B2G leftovers and some dead B2G-only components.
Diffstat (limited to 'dom/indexedDB/IDBObjectStore.h')
-rw-r--r--dom/indexedDB/IDBObjectStore.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/indexedDB/IDBObjectStore.h b/dom/indexedDB/IDBObjectStore.h
index 7a255a4af..994931afa 100644
--- a/dom/indexedDB/IDBObjectStore.h
+++ b/dom/indexedDB/IDBObjectStore.h
@@ -101,12 +101,10 @@ public:
StructuredCloneReadInfo& aCloneReadInfo,
JS::MutableHandle<JS::Value> aValue);
-#if !defined(MOZ_B2G)
static bool
DeserializeUpgradeValue(JSContext* aCx,
StructuredCloneReadInfo& aCloneReadInfo,
JS::MutableHandle<JS::Value> aValue);
-#endif
static const JSClass*
DummyPropClass()