| 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"
|
|
|