summaryrefslogtreecommitdiffstats
path: root/dom
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-25 21:01:30 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-26 10:23:13 +0200
commitab0e18135ff4946394a70871f73bb2def6d78642 (patch)
tree3cbd8cb69ea642c21e86dafa01731b02ae94c4d3 /dom
parente883ac54e9cfa4aaad8861072a4b52a312f7946d (diff)
downloadUXP-ab0e18135ff4946394a70871f73bb2def6d78642.tar
UXP-ab0e18135ff4946394a70871f73bb2def6d78642.tar.gz
UXP-ab0e18135ff4946394a70871f73bb2def6d78642.tar.lz
UXP-ab0e18135ff4946394a70871f73bb2def6d78642.tar.xz
UXP-ab0e18135ff4946394a70871f73bb2def6d78642.zip
Issue #80 - Fix include in dom/quota
Reported by Luke.
Diffstat (limited to 'dom')
-rw-r--r--dom/quota/QuotaManagerService.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/quota/QuotaManagerService.cpp b/dom/quota/QuotaManagerService.cpp
index fb5f0f3a1..bd811dc9b 100644
--- a/dom/quota/QuotaManagerService.cpp
+++ b/dom/quota/QuotaManagerService.cpp
@@ -16,6 +16,7 @@
#include "mozilla/ipc/BackgroundParent.h"
#include "mozilla/ipc/BackgroundUtils.h"
#include "mozilla/ipc/PBackgroundChild.h"
+#include "nsContentUtils.h"
#include "nsIIdleService.h"
#include "nsIIPCBackgroundChildCreateCallback.h"
#include "nsIObserverService.h"