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

Unified Diff: Source/core/inspector/InjectedScriptHost.h

Issue 314953005: Add an ASSERT about cross-world wrapper leakage into ScriptValue (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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: Source/core/inspector/InjectedScriptHost.h
diff --git a/Source/core/inspector/InjectedScriptHost.h b/Source/core/inspector/InjectedScriptHost.h
index a7a251d19d7b9c07002825238964e8edf00f2734..bde9ece0f1a3bd2db446b701db9946a4f880d782 100644
--- a/Source/core/inspector/InjectedScriptHost.h
+++ b/Source/core/inspector/InjectedScriptHost.h
@@ -67,7 +67,7 @@ public:
m_scriptDebugServer = scriptDebugServer;
}
- static Node* scriptValueAsNode(ScriptValue);
+ static Node* scriptValueAsNode(ScriptState*, ScriptValue);
static ScriptValue nodeAsScriptValue(ScriptState*, Node*);
void disconnect();

Powered by Google App Engine
This is Rietveld 408576698