| Index: Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
|
| index 62264284734e215c8b39f69382a7e41c360ced99..30ced3a51ebc62c501a5b5908a2d42d140760f91 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -32,9 +32,6 @@
|
| #define InspectorInstrumentation_h
|
|
|
| #include "ConsoleAPITypes.h"
|
| -#include "Element.h"
|
| -#include "EventContext.h"
|
| -#include "ScriptExecutionContext.h"
|
| #include "ScriptState.h"
|
| #include "WebSocketFrame.h"
|
| #include "WebSocketHandshakeRequest.h"
|
| @@ -43,6 +40,9 @@
|
| #include "core/css/CSSRule.h"
|
| #include "core/css/CSSSelector.h"
|
| #include "core/css/CSSStyleSheet.h"
|
| +#include "core/dom/Element.h"
|
| +#include "core/dom/EventContext.h"
|
| +#include "core/dom/ScriptExecutionContext.h"
|
| #include "core/page/ConsoleTypes.h"
|
| #include "core/page/Frame.h"
|
| #include "core/page/Page.h"
|
|
|