summaryrefslogtreecommitdiffstats
path: root/dom/indexedDB/IDBIndex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/indexedDB/IDBIndex.cpp')
-rw-r--r--dom/indexedDB/IDBIndex.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/indexedDB/IDBIndex.cpp b/dom/indexedDB/IDBIndex.cpp
index af50926e6..f47098fce 100644
--- a/dom/indexedDB/IDBIndex.cpp
+++ b/dom/indexedDB/IDBIndex.cpp
@@ -23,6 +23,9 @@
// Include this last to avoid path problems on Windows.
#include "ActorsChild.h"
+using namespace mozilla::dom;
+using namespace mozilla::dom::indexedDB;
+
namespace mozilla {
namespace dom {