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 30d0e72a812c6716639887f85becced7ad6bc411..9b053e1d7c973c73515cab659643defbe762810d 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp |
@@ -381,7 +381,6 @@ |
options.blob_info = &blob_info; |
options.write_wasm_to_stream = |
ExecutionContext::From(script_state)->IsSecureContext(); |
- options.for_storage = true; |
RefPtr<SerializedScriptValue> serialized_value = |
SerializedScriptValue::Serialize(isolate, value.V8Value(), options, |
exception_state); |