| 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&);
|
| }
|
|
|