| Index: Source/core/inspector/PageConsoleAgent.cpp
|
| diff --git a/Source/core/inspector/PageConsoleAgent.cpp b/Source/core/inspector/PageConsoleAgent.cpp
|
| index 2caee57999e0fe03dee755983cd2c9ab9f1af76b..e2de2990592632d5afc25f1d1e4c7814c9e8d60b 100644
|
| --- a/Source/core/inspector/PageConsoleAgent.cpp
|
| +++ b/Source/core/inspector/PageConsoleAgent.cpp
|
| @@ -31,13 +31,10 @@
|
| #include "config.h"
|
| #include "core/inspector/PageConsoleAgent.h"
|
|
|
| -#include "bindings/v8/ScriptObject.h"
|
| #include "core/dom/Node.h"
|
| #include "core/inspector/InjectedScriptHost.h"
|
| #include "core/inspector/InjectedScriptManager.h"
|
| -#include "core/inspector/InspectorAgent.h"
|
| #include "core/inspector/InspectorDOMAgent.h"
|
| -#include "core/page/DOMWindow.h"
|
|
|
| namespace WebCore {
|
|
|
|
|