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 6b77c11e6ed31818646a94f36c973757033a7652..bf395f1ddb60d5877335c379ef160021355c6f45 100644 |
--- a/third_party/WebKit/Source/core/events/EventTarget.h |
+++ b/third_party/WebKit/Source/core/events/EventTarget.h |
@@ -32,8 +32,6 @@ |
#ifndef EventTarget_h |
#define EventTarget_h |
-#include "bindings/core/v8/AddEventListenerOptionsOrBoolean.h" |
-#include "bindings/core/v8/EventListenerOptionsOrBoolean.h" |
#include "bindings/core/v8/ScriptWrappable.h" |
#include "core/CoreExport.h" |
#include "core/EventNames.h" |
@@ -50,10 +48,12 @@ |
namespace blink { |
+class AddEventListenerOptionsOrBoolean; |
class DOMWindow; |
class Event; |
-class LocalDOMWindow; |
+class EventListenerOptionsOrBoolean; |
class ExceptionState; |
+class LocalDOMWindow; |
class MessagePort; |
class Node; |
class ServiceWorker; |