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

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

Issue 23983049: Move dom/*Event* to events to match the DOM vs. Events spec separation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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
« no previous file with comments | « Source/core/events/EventTarget.h ('k') | Source/core/events/EventTarget.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventTarget.cpp
diff --git a/Source/core/dom/EventTarget.cpp b/Source/core/events/EventTarget.cpp
similarity index 99%
rename from Source/core/dom/EventTarget.cpp
rename to Source/core/events/EventTarget.cpp
index 5745d7f8d95bcf3de8355bd56a5cb8896ec8d997..35231a83a1d9539c2b01c2e1699bada310b2576d 100644
--- a/Source/core/dom/EventTarget.cpp
+++ b/Source/core/events/EventTarget.cpp
@@ -30,13 +30,13 @@
*/
#include "config.h"
-#include "core/dom/EventTarget.h"
+#include "core/events/EventTarget.h"
#include "RuntimeEnabledFeatures.h"
#include "bindings/v8/DOMWrapperWorld.h"
#include "bindings/v8/ExceptionState.h"
#include "bindings/v8/ScriptController.h"
-#include "core/dom/Event.h"
+#include "core/events/Event.h"
#include "core/dom/ExceptionCode.h"
#include "core/inspector/InspectorInstrumentation.h"
#include "core/page/DOMWindow.h"
« no previous file with comments | « Source/core/events/EventTarget.h ('k') | Source/core/events/EventTarget.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698