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

Unified Diff: third_party/WebKit/Source/platform/JSONValuesForV8.h

Issue 1638563002: DevTools: migrate ScriptFunctionCall off ScriptValue (to be inlined into the InjectedScript.cpp). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ready for review Created 4 years, 11 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/platform/JSONValuesForV8.h
diff --git a/third_party/WebKit/Source/platform/JSONValuesForV8.h b/third_party/WebKit/Source/platform/JSONValuesForV8.h
index 38c3f841700218c00ea46e0eb92d7fe2b024d307..709271dc5e026e938878625d57a2ade7e57c26f1 100644
--- a/third_party/WebKit/Source/platform/JSONValuesForV8.h
+++ b/third_party/WebKit/Source/platform/JSONValuesForV8.h
@@ -10,7 +10,7 @@
namespace blink {
-PLATFORM_EXPORT PassRefPtr<JSONValue> toJSONValue(v8::Isolate*, v8::Local<v8::Value>, int maxDepth = JSONValue::maxDepth);
+PLATFORM_EXPORT PassRefPtr<JSONValue> toJSONValue(v8::Local<v8::Context>, v8::Local<v8::Value>, int maxDepth = JSONValue::maxDepth);
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698