diff options
Diffstat (limited to 'WebCore/dom/WebKitAnimationEvent.idl')
-rw-r--r-- | WebCore/dom/WebKitAnimationEvent.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/WebCore/dom/WebKitAnimationEvent.idl b/WebCore/dom/WebKitAnimationEvent.idl index f874995..86ffcc5 100644 --- a/WebCore/dom/WebKitAnimationEvent.idl +++ b/WebCore/dom/WebKitAnimationEvent.idl @@ -25,9 +25,7 @@ module events { - interface [ - GenerateConstructor - ] WebKitAnimationEvent : Event { + interface WebKitAnimationEvent : Event { readonly attribute DOMString animationName; readonly attribute double elapsedTime; void initWebKitAnimationEvent(in DOMString typeArg, |