зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1714283 - IDB: Fix building in non-unified builds; r=dom-storage-reviewers,jstutte
Differential Revision: https://phabricator.services.mozilla.com/D116683
This commit is contained in:
Родитель
77bbab5c56
Коммит
3ba806fc14
|
@ -79,16 +79,6 @@ using ipc::PrincipalInfo;
|
|||
|
||||
namespace dom::indexedDB {
|
||||
|
||||
namespace {
|
||||
|
||||
/*******************************************************************************
|
||||
* Constants
|
||||
******************************************************************************/
|
||||
|
||||
const uint32_t kFileCopyBufferSize = 32768;
|
||||
|
||||
} // namespace
|
||||
|
||||
/*******************************************************************************
|
||||
* ThreadLocal
|
||||
******************************************************************************/
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
#include "DatabaseFileInfo.h"
|
||||
#include "IDBMutableFile.h"
|
||||
#include "mozilla/dom/ToJSValue.h"
|
||||
#include "mozilla/dom/indexedDB/PBackgroundIDBSharedTypes.h"
|
||||
#include "mozilla/dom/DOMStringList.h"
|
||||
#include "mozilla/dom/File.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче