Chromium Code Reviews| Index: Source/core/dom/ExecutionContextClient.h |
| diff --git a/Source/core/dom/ExecutionContextClient.h b/Source/core/dom/ExecutionContextClient.h |
| index 1964752a75c6291d2822ce8d41230e4403b03e41..3f873a1f986cda201a35c684f09260920749ed1a 100644 |
| --- a/Source/core/dom/ExecutionContextClient.h |
| +++ b/Source/core/dom/ExecutionContextClient.h |
| @@ -35,12 +35,10 @@ |
| namespace WebCore { |
| -class LocalDOMWindow; |
| -class EventQueue; |
| class EventTarget; |
| class ExecutionContextTask; |
| class KURL; |
| -template<class T> class LifecycleNotifier; |
| +class LocalDOMWindow; |
| class ScriptCallStack; |
| class ScriptState; |
| class SecurityContext; |