Index: Source/core/dom/ExecutionContext.h |
diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h |
index 56dddba05188d66cb0efe9bdf3c67b7d84e48d0a..a861930c5b271ecf2d5356af649d220f5708d6a1 100644 |
--- a/Source/core/dom/ExecutionContext.h |
+++ b/Source/core/dom/ExecutionContext.h |
@@ -43,18 +43,12 @@ |
#include "wtf/OwnPtr.h" |
#include "wtf/PassOwnPtr.h" |
-namespace WTF { |
-class OrdinalNumber; |
-} |
- |
namespace WebCore { |
class ContextLifecycleNotifier; |
class LocalDOMWindow; |
class ErrorEvent; |
-class EventListener; |
class EventQueue; |
-class EventTarget; |
class ExecutionContextTask; |
class ScriptState; |
class PublicURLManager; |