Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Unified Diff: Source/core/dom/ExecutionContextClient.h

Issue 347643002: Reduce forward declarations in core/dom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/dom/ExecutionContextClient.h
diff --git a/Source/core/dom/ExecutionContextClient.h b/Source/core/dom/ExecutionContextClient.h
index 2db223e8888803ef933e1350deecac6e526474dc..2817f0117eb8ebd23eff10f6d8b489b47531f9f5 100644
--- a/Source/core/dom/ExecutionContextClient.h
+++ b/Source/core/dom/ExecutionContextClient.h
@@ -36,11 +36,9 @@
namespace WebCore {
class DOMWindow;
-class EventQueue;
class EventTarget;
class ExecutionContextTask;
class KURL;
-template<class T> class LifecycleNotifier;
class ScriptCallStack;
class ScriptState;
class SecurityContext;

Powered by Google App Engine
This is Rietveld 408576698