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

Unified Diff: Source/core/events/EventTarget.h

Issue 297493004: Move modules-dependent eventtarget code out of core. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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/events/EventTarget.h
diff --git a/Source/core/events/EventTarget.h b/Source/core/events/EventTarget.h
index 5e47d25cab4f14e87f0968188d87a2cc0cc12af5..a8452941eb566b7f6c1829d9e5c41119883d9625 100644
--- a/Source/core/events/EventTarget.h
+++ b/Source/core/events/EventTarget.h
@@ -33,7 +33,6 @@
#define EventTarget_h
#include "core/events/EventListenerMap.h"
-#include "core/events/EventTargetModules.h" // TODO: remove this later http://crbug.com/371581.
#include "core/events/ThreadLocalEventNames.h"
#include "platform/heap/Handle.h"
#include "wtf/Forward.h"

Powered by Google App Engine
This is Rietveld 408576698