| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index f25f184a8f2e1dade93f9b51d7fe2a03984840fe..19e2c49a6d034457cdfe5b7ff3f3e4aa2e965983 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -494,7 +494,7 @@ interface InspectorOverrides {
|
|
|
| interface InspectorCanvasInstrumentation {
|
|
|
| -#include "bindings/v8/ScriptValue.h"
|
| +#include "bindings/core/v8/ScriptValue.h"
|
|
|
| [Canvas]
|
| ScriptValue wrapCanvas2DRenderingContextForInstrumentation(Document*, const ScriptValue&);
|
|
|