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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.h

Issue 2838783002: SharedArrayBuffer throws serializing to indexeddb (Closed)
Patch Set: add for_storage_ comment 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/bindings/core/v8/serialization/V8ScriptValueSerializer.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.h b/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.h
index d01afa95f7b2345009f9cd9192acf6085bd67ad9..8606080a2688736886d01a7a500e04a9c83a2e6e 100644
--- a/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.h
+++ b/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.h
@@ -99,6 +99,7 @@ class GC_PLUGIN_IGNORE("https://crbug.com/644725")
WebBlobInfoArray* blob_info_array_ = nullptr;
ArrayBufferArray shared_array_buffers_;
bool inline_wasm_ = false;
+ bool for_storage_ = false;
#if DCHECK_IS_ON()
bool serialize_invoked_ = false;
#endif

Powered by Google App Engine
This is Rietveld 408576698