Chromium Code Reviews| Index: Source/core/dom/ExecutionContext.h |
| diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h |
| index abad7322da904386440ad548dbdb191619ea6281..159bbd5e810282907c41e935610bcbe8eb0dd5a7 100644 |
| --- a/Source/core/dom/ExecutionContext.h |
| +++ b/Source/core/dom/ExecutionContext.h |
| @@ -44,17 +44,11 @@ |
| #include "wtf/OwnPtr.h" |
| #include "wtf/PassOwnPtr.h" |
| -namespace WTF { |
| -class OrdinalNumber; |
| -} |
| - |
| namespace WebCore { |
| class ContextLifecycleNotifier; |
| class DOMWindow; |
| -class EventListener; |
| class EventQueue; |
| -class EventTarget; |
| class ExecutionContextTask; |
| class ScriptState; |
| class PublicURLManager; |