| Index: third_party/WebKit/Source/core/inspector/InjectedScriptHost.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InjectedScriptHost.h b/third_party/WebKit/Source/core/inspector/InjectedScriptHost.h
|
| index efd2f3be44c3ceb7644d9a853e7e1da08e1c16c1..87fe9dbac00c70a75da81fc6aa7916cd97b12d47 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InjectedScriptHost.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InjectedScriptHost.h
|
| @@ -33,10 +33,6 @@
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "core/InspectorTypeBuilder.h"
|
| #include "core/inspector/InjectedScriptHostClient.h"
|
| -#include "core/inspector/InspectorConsoleAgent.h"
|
| -#include "core/inspector/v8/V8Debugger.h"
|
| -#include "core/inspector/v8/V8DebuggerAgent.h"
|
| -#include "platform/JSONValues.h"
|
| #include "wtf/Functional.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/RefCounted.h"
|
| @@ -46,11 +42,15 @@
|
|
|
| namespace blink {
|
|
|
| -class EventListenerInfo;
|
| class EventTarget;
|
| class InjectedScriptHostClient;
|
| +class InspectorConsoleAgent;
|
| class JSONValue;
|
| class ScriptValue;
|
| +class V8DebuggerAgent;
|
| +class V8Debugger;
|
| +
|
| +class EventListenerInfo;
|
|
|
| // SECURITY NOTE: Although the InjectedScriptHost is intended for use solely by the inspector,
|
| // a reference to the InjectedScriptHost may be leaked to the page being inspected. Thus, the
|
|
|