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