| Index: Source/core/events/WebKitAnimationEvent.h
|
| diff --git a/Source/core/dom/WebKitAnimationEvent.h b/Source/core/events/WebKitAnimationEvent.h
|
| similarity index 98%
|
| rename from Source/core/dom/WebKitAnimationEvent.h
|
| rename to Source/core/events/WebKitAnimationEvent.h
|
| index 8f642bfcd6c1d0b077b2d737169ec91208b95252..b91c98005bd6449d26cfddee04edc3841c7b58bb 100644
|
| --- a/Source/core/dom/WebKitAnimationEvent.h
|
| +++ b/Source/core/events/WebKitAnimationEvent.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef WebKitAnimationEvent_h
|
| #define WebKitAnimationEvent_h
|
|
|
| -#include "core/dom/Event.h"
|
| +#include "core/events/Event.h"
|
|
|
| namespace WebCore {
|
|
|
|
|