| Index: third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h b/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
|
| index 15d211c929faab4a4aa82561f774dedc5a5c0a58..bd2d66b4c6f81339f5abe8219dbbf55d34a9d8be 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
|
| @@ -87,6 +87,7 @@ class CORE_EXPORT SerializedScriptValue
|
| Transferables* transferables = nullptr;
|
| WebBlobInfoArray* blob_info = nullptr;
|
| bool write_wasm_to_stream = false;
|
| + bool for_storage = false;
|
| };
|
| static PassRefPtr<SerializedScriptValue> Serialize(v8::Isolate*,
|
| v8::Local<v8::Value>,
|
|
|