| Index: core/dom/WebKitAnimationEvent.idl
|
| diff --git a/core/dom/AnimationEvent.idl b/core/dom/WebKitAnimationEvent.idl
|
| similarity index 95%
|
| rename from core/dom/AnimationEvent.idl
|
| rename to core/dom/WebKitAnimationEvent.idl
|
| index 46ff164af75f9a10c174af694ad7510b86adb7e5..e53b4e70cac17c72fb677ba27317c0b34bd70172 100644
|
| --- a/core/dom/AnimationEvent.idl
|
| +++ b/core/dom/WebKitAnimationEvent.idl
|
| @@ -25,8 +25,8 @@
|
|
|
| [
|
| ConstructorTemplate=Event,
|
| - InterfaceName=WebKitAnimationEvent
|
| -] interface AnimationEvent : Event {
|
| + ImplementedAs=AnimationEvent
|
| +] interface WebKitAnimationEvent : Event {
|
| [InitializedByEventConstructor] readonly attribute DOMString animationName;
|
| [InitializedByEventConstructor] readonly attribute double elapsedTime;
|
| };
|
|
|