diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-21 15:28:03 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-21 15:28:03 +0000 |
commit | d95fb4f2420c7e53bfb85406dac34c4dae10f346 (patch) | |
tree | 5ae12780daf7d1ee4eaeedb106316ef7d8fd28f9 /dom/indexedDB/IDBFileHandle.cpp | |
parent | ceb7889c500168f4270378ca22b837f98fce34ac (diff) | |
download | uxp-d95fb4f2420c7e53bfb85406dac34c4dae10f346.tar.gz |
Issue #80 - De-unify dom/indexedDB
Diffstat (limited to 'dom/indexedDB/IDBFileHandle.cpp')
-rw-r--r-- | dom/indexedDB/IDBFileHandle.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/indexedDB/IDBFileHandle.cpp b/dom/indexedDB/IDBFileHandle.cpp index 93e163c116..371dbea96f 100644 --- a/dom/indexedDB/IDBFileHandle.cpp +++ b/dom/indexedDB/IDBFileHandle.cpp @@ -12,6 +12,8 @@ #include "mozilla/dom/IDBFileHandleBinding.h" #include "mozilla/dom/filehandle/ActorsChild.h" #include "mozilla/EventDispatcher.h" +#include "nsContentUtils.h" +#include "nsQueryObject.h" #include "nsServiceManagerUtils.h" #include "nsWidgetsCID.h" |