| Index: Source/core/dom/WebKitAnimationEvent.idl | 
| diff --git a/Source/core/dom/AnimationEvent.idl b/Source/core/dom/WebKitAnimationEvent.idl | 
| similarity index 95% | 
| rename from Source/core/dom/AnimationEvent.idl | 
| rename to Source/core/dom/WebKitAnimationEvent.idl | 
| index 46ff164af75f9a10c174af694ad7510b86adb7e5..e53b4e70cac17c72fb677ba27317c0b34bd70172 100644 | 
| --- a/Source/core/dom/AnimationEvent.idl | 
| +++ b/Source/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; | 
| }; | 
|  |