| 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 c37d6a259b2c701521c8cee42571ed0c4da2efea..d252ca9913f9debd962ec8e5a06206adb623ea84 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
|
| @@ -408,6 +408,8 @@ IDBRequest* IDBObjectStore::put(ScriptState* scriptState,
|
| Vector<WebBlobInfo> blobInfo;
|
| SerializedScriptValue::SerializeOptions options;
|
| options.blobInfo = &blobInfo;
|
| + options.writeWasmToStream =
|
| + scriptState->getExecutionContext()->isSecureContext();
|
| RefPtr<SerializedScriptValue> serializedValue =
|
| SerializedScriptValue::serialize(isolate, value.v8Value(), options,
|
| exceptionState);
|
|
|