| Index: Source/core/inspector/InspectorDOMAgent.h
|
| diff --git a/Source/core/inspector/InspectorDOMAgent.h b/Source/core/inspector/InspectorDOMAgent.h
|
| index 7f9208db7630f541fed80684a9097925f9af35e2..4b3ce6d095cc22ca60e9c15f9d1ebe5d6ffc9e45 100644
|
| --- a/Source/core/inspector/InspectorDOMAgent.h
|
| +++ b/Source/core/inspector/InspectorDOMAgent.h
|
| @@ -30,13 +30,13 @@
|
| #ifndef InspectorDOMAgent_h
|
| #define InspectorDOMAgent_h
|
|
|
| -#include "EventTarget.h"
|
| #include "InjectedScript.h"
|
| #include "InjectedScriptManager.h"
|
| #include "InspectorBaseAgent.h"
|
| #include "InspectorFrontend.h"
|
| #include "InspectorOverlay.h"
|
| #include "InspectorValues.h"
|
| +#include "core/dom/EventTarget.h"
|
| #include "core/platform/Timer.h"
|
| #include "core/rendering/RenderLayer.h"
|
|
|
|
|