| Index: core/dom/WebKitAnimationEvent.idl
|
| diff --git a/core/dom/WebKitAnimationEvent.idl b/core/dom/WebKitAnimationEvent.idl
|
| index e53b4e70cac17c72fb677ba27317c0b34bd70172..a16830613f6f71864204d8a86d3a9da152278465 100644
|
| --- a/core/dom/WebKitAnimationEvent.idl
|
| +++ b/core/dom/WebKitAnimationEvent.idl
|
| @@ -24,8 +24,7 @@
|
| */
|
|
|
| [
|
| - ConstructorTemplate=Event,
|
| - ImplementedAs=AnimationEvent
|
| + ConstructorTemplate=Event
|
| ] interface WebKitAnimationEvent : Event {
|
| [InitializedByEventConstructor] readonly attribute DOMString animationName;
|
| [InitializedByEventConstructor] readonly attribute double elapsedTime;
|
|
|