Issue #80 - De-unify dom/storage

This commit is contained in:
Matt A. Tobin 2020-04-18 01:18:11 -04:00 committed by Roy Tam
commit 1fb177e77a
3 changed files with 9 additions and 7 deletions

View file

@ -4,12 +4,16 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "DOMStorageDBThread.h"
#include "DOMStorageManager.h"
#include "mozIStorageBindingParamsArray.h"
#include "mozIStorageBindingParams.h"
#include "mozIStorageValueArray.h"
#include "mozIStorageFunction.h"
#include "mozStorageHelper.h"
#include "mozilla/BasePrincipal.h"
#include "nsVariant.h"
#include "mozilla/Services.h"