| Index: Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
|
| index 34c8a3efd504b4eed881a066bc0aef2d5ad3e6ab..cd8afa4c3d81c5457e2216f6aae155d4b6454de4 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef InspectorInstrumentation_h
|
| #define InspectorInstrumentation_h
|
|
|
| -#include "ScriptState.h"
|
| #include "WebSocketFrame.h"
|
| #include "WebSocketHandshakeRequest.h"
|
| #include "WebSocketHandshakeResponse.h"
|
| +#include "bindings/v8/ScriptState.h"
|
| #include "core/css/CSSImportRule.h"
|
| #include "core/css/CSSRule.h"
|
| #include "core/css/CSSSelector.h"
|
|
|