| Index: third_party/WebKit/Source/core/events/EventDispatcher.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/EventDispatcher.cpp b/third_party/WebKit/Source/core/events/EventDispatcher.cpp
|
| index 20aff7e0d7a3ee0ca9dc1357e62990167f5a2ff3..35b1567ec382c4b9db2fff14e0d916a34252dc0a 100644
|
| --- a/third_party/WebKit/Source/core/events/EventDispatcher.cpp
|
| +++ b/third_party/WebKit/Source/core/events/EventDispatcher.cpp
|
| @@ -37,6 +37,7 @@
|
| #include "core/frame/LocalDOMWindow.h"
|
| #include "core/frame/Settings.h"
|
| #include "core/frame/UseCounter.h"
|
| +#include "core/html/HTMLElement.h"
|
| #include "core/inspector/InspectorTraceEvents.h"
|
| #include "platform/EventDispatchForbiddenScope.h"
|
| #include "platform/TraceEvent.h"
|
|
|