Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Unified Diff: third_party/WebKit/Source/core/fileapi/FileReaderLoaderClient.h

Issue 2822453003: Wrap large IndexedDB values into Blobs before writing to LevelDB. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/fileapi/FileReaderLoaderClient.h
diff --git a/third_party/WebKit/Source/core/fileapi/FileReaderLoaderClient.h b/third_party/WebKit/Source/core/fileapi/FileReaderLoaderClient.h
index 835bae64dcbbc198633145d3657fca06ea30d95b..b587621ee6a4614010e2d74862676558d7bc890c 100644
--- a/third_party/WebKit/Source/core/fileapi/FileReaderLoaderClient.h
+++ b/third_party/WebKit/Source/core/fileapi/FileReaderLoaderClient.h
@@ -33,6 +33,7 @@
#include "core/CoreExport.h"
#include "core/fileapi/FileError.h"
+#include "platform/wtf/Assertions.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698