| Index: third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.h b/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.h
|
| index 51de4430b38b3dc59222aa8c595f8150b39915c0..0f89e86bcc5fbce68f0cdf8f4567be4def765e11 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.h
|
| @@ -46,6 +46,8 @@ class GC_PLUGIN_IGNORE("https://crbug.com/644725") CORE_EXPORT
|
| protected:
|
| virtual ScriptWrappable* readDOMObject(SerializationTag);
|
|
|
| + ScriptState* getScriptState() const { return m_scriptState.get(); }
|
| +
|
| uint32_t version() const { return m_version; }
|
| bool readTag(SerializationTag* tag) {
|
| const void* tagBytes = nullptr;
|
|
|