diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-18 01:18:11 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-18 01:18:11 -0400 |
commit | 480d9a30e28a9684aae4d1f6b5200e12f8d6d486 (patch) | |
tree | 8b2a9a1993586cbe5586e957fb9ae86009e23df0 /dom/storage/DOMStorageManager.cpp | |
parent | 77f879e74a8162805fef7c2a3b7c16a0325e2273 (diff) | |
download | uxp-480d9a30e28a9684aae4d1f6b5200e12f8d6d486.tar.gz |
Issue #80 - De-unify dom/storage
Diffstat (limited to 'dom/storage/DOMStorageManager.cpp')
-rw-r--r-- | dom/storage/DOMStorageManager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/storage/DOMStorageManager.cpp b/dom/storage/DOMStorageManager.cpp index 8f50fcfb48..55a360e16d 100644 --- a/dom/storage/DOMStorageManager.cpp +++ b/dom/storage/DOMStorageManager.cpp @@ -14,6 +14,7 @@ #include "nsNetUtil.h" #include "nsNetCID.h" #include "nsIURL.h" +#include "nsPIDOMWindow.h" #include "nsPrintfCString.h" #include "nsXULAppAPI.h" #include "nsThreadUtils.h" |