summaryrefslogtreecommitdiffstats
path: root/dom/indexedDB/IDBTransaction.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-21 15:28:03 +0000
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-24 10:37:19 +0200
commit0a33733505b3f3e098769f856adbcee597893518 (patch)
tree03fb8872eb8784430883896e885513e6e1ea4cd0 /dom/indexedDB/IDBTransaction.cpp
parent691878e20f7080340642784e3009a52e71f003bc (diff)
downloadUXP-0a33733505b3f3e098769f856adbcee597893518.tar
UXP-0a33733505b3f3e098769f856adbcee597893518.tar.gz
UXP-0a33733505b3f3e098769f856adbcee597893518.tar.lz
UXP-0a33733505b3f3e098769f856adbcee597893518.tar.xz
UXP-0a33733505b3f3e098769f856adbcee597893518.zip
Issue #80 - De-unify dom/indexedDB
Diffstat (limited to 'dom/indexedDB/IDBTransaction.cpp')
-rw-r--r--dom/indexedDB/IDBTransaction.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/indexedDB/IDBTransaction.cpp b/dom/indexedDB/IDBTransaction.cpp
index a50489898..61b49b137 100644
--- a/dom/indexedDB/IDBTransaction.cpp
+++ b/dom/indexedDB/IDBTransaction.cpp
@@ -18,6 +18,7 @@
#include "mozilla/ipc/BackgroundChild.h"
#include "nsAutoPtr.h"
#include "nsPIDOMWindow.h"
+#include "nsQueryObject.h"
#include "nsServiceManagerUtils.h"
#include "nsTHashtable.h"
#include "ProfilerHelpers.h"