Index: third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp |
index 1c67e1e5a869fd648506ba2a9178505ed018371a..c2485889d54eda3c3bbd4ef2aa87036f79eeab52 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp |
@@ -383,7 +383,7 @@ IDBRequest* IDBObjectStore::put(ScriptState* script_state, |
// TODO(crbug.com/719053): This wasm behavior differs from other browsers. |
options.write_wasm_to_stream = |
ExecutionContext::From(script_state)->IsSecureContext(); |
- options.for_storage = true; |
+ options.for_storage = SerializedScriptValue::kForStorage; |
RefPtr<SerializedScriptValue> serialized_value = |
SerializedScriptValue::Serialize(isolate, value.V8Value(), options, |
exception_state); |