Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(950)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.h

Issue 2438653002: Support serializable DOMFileSystem on the V8-based structured clone path. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698