| Index: Source/core/events/EventDispatcher.cpp
|
| diff --git a/Source/core/events/EventDispatcher.cpp b/Source/core/events/EventDispatcher.cpp
|
| index b9c64a68870b2ccc612f67737b07f9183d440d2e..2e975d090a9b98623c9a38164c331942d15ceae0 100644
|
| --- a/Source/core/events/EventDispatcher.cpp
|
| +++ b/Source/core/events/EventDispatcher.cpp
|
| @@ -32,6 +32,7 @@
|
| #include "core/events/ScopedEventQueue.h"
|
| #include "core/events/WindowEventContext.h"
|
| #include "core/frame/FrameView.h"
|
| +#include "core/frame/LocalDOMWindow.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/inspector/InspectorTraceEvents.h"
|
| #include "platform/EventDispatchForbiddenScope.h"
|
|
|