diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-25 21:01:30 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-26 10:23:13 +0200 |
commit | ab0e18135ff4946394a70871f73bb2def6d78642 (patch) | |
tree | 3cbd8cb69ea642c21e86dafa01731b02ae94c4d3 | |
parent | e883ac54e9cfa4aaad8861072a4b52a312f7946d (diff) | |
download | uxp-ab0e18135ff4946394a70871f73bb2def6d78642.tar.gz |
Issue #80 - Fix include in dom/quota
Reported by Luke.
-rw-r--r-- | dom/quota/QuotaManagerService.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/quota/QuotaManagerService.cpp b/dom/quota/QuotaManagerService.cpp index fb5f0f3a17..bd811dc9b3 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" |