| Index: third_party/WebKit/Source/core/events/EventTarget.h
|
| diff --git a/third_party/WebKit/Source/core/events/EventTarget.h b/third_party/WebKit/Source/core/events/EventTarget.h
|
| index 4aa3588accdd88ae5006d990de4d518dc43bbd4d..5d5f4b14994aa9ddce4709f780388da9e68026ee 100644
|
| --- a/third_party/WebKit/Source/core/events/EventTarget.h
|
| +++ b/third_party/WebKit/Source/core/events/EventTarget.h
|
| @@ -33,7 +33,6 @@
|
| #define EventTarget_h
|
|
|
| #include <memory>
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| #include "core/EventNames.h"
|
| #include "core/EventTargetNames.h"
|
| @@ -42,6 +41,7 @@
|
| #include "core/events/EventDispatchResult.h"
|
| #include "core/events/EventListenerMap.h"
|
| #include "core/frame/UseCounter.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Allocator.h"
|
| #include "platform/wtf/text/AtomicString.h"
|
|
|