diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-21 15:28:03 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-24 10:37:19 +0200 |
commit | 0a33733505b3f3e098769f856adbcee597893518 (patch) | |
tree | 03fb8872eb8784430883896e885513e6e1ea4cd0 /dom/indexedDB/KeyPath.cpp | |
parent | 691878e20f7080340642784e3009a52e71f003bc (diff) | |
download | UXP-0a33733505b3f3e098769f856adbcee597893518.tar UXP-0a33733505b3f3e098769f856adbcee597893518.tar.gz UXP-0a33733505b3f3e098769f856adbcee597893518.tar.lz UXP-0a33733505b3f3e098769f856adbcee597893518.tar.xz UXP-0a33733505b3f3e098769f856adbcee597893518.zip |
Issue #80 - De-unify dom/indexedDB
Diffstat (limited to 'dom/indexedDB/KeyPath.cpp')
-rw-r--r-- | dom/indexedDB/KeyPath.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/indexedDB/KeyPath.cpp b/dom/indexedDB/KeyPath.cpp index 0221c9450..74316f465 100644 --- a/dom/indexedDB/KeyPath.cpp +++ b/dom/indexedDB/KeyPath.cpp @@ -11,10 +11,12 @@ #include "nsCharSeparatedTokenizer.h" #include "nsJSUtils.h" +#include "nsPrintfCString.h" #include "xpcpublic.h" #include "mozilla/dom/BindingDeclarations.h" #include "mozilla/dom/BlobBinding.h" +#include "mozilla/dom/File.h" // for Blob #include "mozilla/dom/IDBObjectStoreBinding.h" namespace mozilla { |