diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-25 21:01:30 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-25 21:01:30 +0200 |
commit | 802efaedc782663d84b41958d7240bde71521a34 (patch) | |
tree | f28f78d4fa0a3a4c5a97f2548def7b60a04e4c37 /dom | |
parent | 521f6fb61e7bd01f11802c85b6780a46277db51e (diff) | |
download | UXP-802efaedc782663d84b41958d7240bde71521a34.tar UXP-802efaedc782663d84b41958d7240bde71521a34.tar.gz UXP-802efaedc782663d84b41958d7240bde71521a34.tar.lz UXP-802efaedc782663d84b41958d7240bde71521a34.tar.xz UXP-802efaedc782663d84b41958d7240bde71521a34.zip |
Issue #80 - Fix include in dom/quota
Reported by Luke.
Diffstat (limited to 'dom')
-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 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" |