diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-23 12:07:55 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-26 10:19:55 +0200 |
commit | 16c8dff724b32254f8075de2f57b8770d2ba3928 (patch) | |
tree | 7bfc3321d42e259c65d67bf30b6f2ef717652ecf /dom/quota/QuotaRequests.cpp | |
parent | 3595b9eecf7fd28ee4faa160c274e64069d749a4 (diff) | |
download | UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.tar UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.tar.gz UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.tar.lz UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.tar.xz UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.zip |
Issue #80 - De-unify dom/quota
Diffstat (limited to 'dom/quota/QuotaRequests.cpp')
-rw-r--r-- | dom/quota/QuotaRequests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/quota/QuotaRequests.cpp b/dom/quota/QuotaRequests.cpp index 369bc790c..7d1c37731 100644 --- a/dom/quota/QuotaRequests.cpp +++ b/dom/quota/QuotaRequests.cpp @@ -8,6 +8,7 @@ #include "ActorsChild.h" #include "nsIQuotaCallbacks.h" +#include "nsIVariant.h" namespace mozilla { namespace dom { |