| 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 6c2834db01d9e6c066fa63037d85e0db7581187f..e535711db4aecaa7aaa81d4a35bd0f3d09c3dd78 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
|
| @@ -381,7 +381,6 @@ IDBRequest* IDBObjectStore::put(ScriptState* script_state,
|
| 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);
|
|
|