| Index: Source/core/events/EventTarget.cpp
|
| diff --git a/Source/core/events/EventTarget.cpp b/Source/core/events/EventTarget.cpp
|
| index b3822d15e97ae0e584ea517265a2fd471db754e4..78041a9ba906b522222e6fd68ba764779ac4ba3e 100644
|
| --- a/Source/core/events/EventTarget.cpp
|
| +++ b/Source/core/events/EventTarget.cpp
|
| @@ -38,7 +38,7 @@
|
| #include "core/events/Event.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| -#include "core/page/DOMWindow.h"
|
| +#include "core/frame/DOMWindow.h"
|
| #include "platform/UserGestureIndicator.h"
|
| #include "wtf/StdLibExtras.h"
|
| #include "wtf/Vector.h"
|
|
|