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

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

Issue 1020233002: [bindings] [devtools] Migrate the usage of ScriptValue.toJSONValue() to ScriptValue::to<JSONValuePt… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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/InjectedScriptBase.h
diff --git a/Source/core/inspector/InjectedScriptBase.h b/Source/core/inspector/InjectedScriptBase.h
index 4f25094dce2cff4f5f91b4a723905f5dde31e37a..6b197b3e1f0ca10bdb0dce62645d60b767eb3b8a 100644
--- a/Source/core/inspector/InjectedScriptBase.h
+++ b/Source/core/inspector/InjectedScriptBase.h
@@ -42,7 +42,7 @@ class JSONValue;
class ScriptFunctionCall;
typedef String ErrorString;
-
+PassRefPtr<JSONValue> toJSONValue(ScriptState*, const ScriptValue&);
class InjectedScriptBase {
public:

Powered by Google App Engine
This is Rietveld 408576698