| Index: Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp b/Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp
|
| index c25663541b8f2fb322bec9d527b352362aae94ab..f6bcad2554d4b50f32df0b0f65f3640a5e2d476b 100644
|
| --- a/Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp
|
| @@ -31,10 +31,10 @@
|
| #include "config.h"
|
| #include "InspectorFrontendClientImpl.h"
|
|
|
| -#include "ScriptController.h"
|
| #include "V8InspectorFrontendHost.h"
|
| #include "WebDevToolsFrontendClient.h"
|
| #include "WebDevToolsFrontendImpl.h"
|
| +#include "bindings/v8/ScriptController.h"
|
| #include "core/dom/Document.h"
|
| #include "core/inspector/InspectorFrontendHost.h"
|
| #include "core/page/Frame.h"
|
|
|