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

Unified Diff: Source/core/dom/ExecutionContext.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/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;

Powered by Google App Engine
This is Rietveld 408576698