| Index: Source/core/inspector/InspectorFrontendHost.cpp
|
| diff --git a/Source/core/inspector/InspectorFrontendHost.cpp b/Source/core/inspector/InspectorFrontendHost.cpp
|
| index 5c31accea2c52247057f33bf49cafb5f5fe0bbb9..d8035af6a72e51ff614f0bd2301825b2ea5e593f 100644
|
| --- a/Source/core/inspector/InspectorFrontendHost.cpp
|
| +++ b/Source/core/inspector/InspectorFrontendHost.cpp
|
| @@ -30,9 +30,9 @@
|
| #include "config.h"
|
| #include "core/inspector/InspectorFrontendHost.h"
|
|
|
| -#include "DOMWrapperWorld.h"
|
| #include "HTMLFrameOwnerElement.h"
|
| -#include "ScriptFunctionCall.h"
|
| +#include "bindings/v8/DOMWrapperWorld.h"
|
| +#include "bindings/v8/ScriptFunctionCall.h"
|
| #include "core/dom/Element.h"
|
| #include "core/dom/UserGestureIndicator.h"
|
| #include "core/inspector/InspectorAgent.h"
|
|
|