| Index: Source/core/events/TransitionEvent.cpp
|
| diff --git a/Source/core/dom/TransitionEvent.cpp b/Source/core/events/TransitionEvent.cpp
|
| similarity index 97%
|
| rename from Source/core/dom/TransitionEvent.cpp
|
| rename to Source/core/events/TransitionEvent.cpp
|
| index 346a66fa0cb53763d054236a081223f34f86590b..3a0003041da5c5456f4fb785e3007736efdf2040 100644
|
| --- a/Source/core/dom/TransitionEvent.cpp
|
| +++ b/Source/core/events/TransitionEvent.cpp
|
| @@ -25,9 +25,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/dom/TransitionEvent.h"
|
| +#include "core/events/TransitionEvent.h"
|
|
|
| -#include "core/dom/EventNames.h"
|
| +#include "core/events/EventNames.h"
|
|
|
| namespace WebCore {
|
|
|
|
|