diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-12 14:32:03 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-12 14:32:03 +0200 |
commit | 3da5a32ca494a05beeedb50baf34a783435e9d83 (patch) | |
tree | f5e99b3029cf54409ae5951e9e91cca3a54addc7 /dom/indexedDB/IDBObjectStore.h | |
parent | b6be8d844087c366b8b2836418dacf893308808f (diff) | |
download | aura-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.h | 2 |
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() |