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

Unified Diff: Source/core/inspector/InspectorInstrumentation.idl

Issue 293963003: Remove ScriptObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/InspectorInstrumentation.idl
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
index 78b7ac78b96259142eca5101202388c3c676cfae..90a23740d0c2d1d8f4d2f714e8d7bb8792d36705 100644
--- a/Source/core/inspector/InspectorInstrumentation.idl
+++ b/Source/core/inspector/InspectorInstrumentation.idl
@@ -497,11 +497,11 @@ interface InspectorOverrides {
interface InspectorCanvasInstrumentation {
-#include "bindings/v8/ScriptObject.h"
+#include "bindings/v8/ScriptValue.h"
[Canvas]
- ScriptObject wrapCanvas2DRenderingContextForInstrumentation(Document*, const ScriptObject&);
+ ScriptValue wrapCanvas2DRenderingContextForInstrumentation(Document*, const ScriptValue&);
[Canvas]
- ScriptObject wrapWebGLRenderingContextForInstrumentation(Document*, const ScriptObject&);
+ ScriptValue wrapWebGLRenderingContextForInstrumentation(Document*, const ScriptValue&);
}

Powered by Google App Engine
This is Rietveld 408576698