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:
Jan Varga 2021-06-23 13:57:52 +00:00
Родитель 77bbab5c56
Коммит 3ba806fc14
2 изменённых файлов: 1 добавлений и 10 удалений

Просмотреть файл

@ -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"