| Index: Source/core/events/EventTarget.cpp
|
| diff --git a/Source/core/events/EventTarget.cpp b/Source/core/events/EventTarget.cpp
|
| index 04dea3543ffdb259d87b8701a23756dc3cf6287f..6b9af4b448835e10b909094fd8b91a2b3e9bbf12 100644
|
| --- a/Source/core/events/EventTarget.cpp
|
| +++ b/Source/core/events/EventTarget.cpp
|
| @@ -39,6 +39,7 @@
|
| #include "core/events/Event.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/frame/LocalDOMWindow.h"
|
| +#include "core/frame/UseCounter.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "wtf/StdLibExtras.h"
|
| #include "wtf/Vector.h"
|
|
|