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

Unified Diff: Source/modules/indexeddb/IDBEventDispatcher.cpp

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/modules/indexeddb/IDBEventDispatcher.cpp
diff --git a/Source/modules/indexeddb/IDBEventDispatcher.cpp b/Source/modules/indexeddb/IDBEventDispatcher.cpp
index 059b8d95f3e2869b754a6db7a46b9b6746383e43..1a2832468522c646133481dcca832e5237a057fa 100644
--- a/Source/modules/indexeddb/IDBEventDispatcher.cpp
+++ b/Source/modules/indexeddb/IDBEventDispatcher.cpp
@@ -30,7 +30,7 @@
#include "modules/indexeddb/IDBEventDispatcher.h"
#include "core/events/Event.h"
-#include "core/events/EventTarget.h"
+#include "modules/EventTargetModules.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698