| Index: Source/core/page/Window.idl
|
| diff --git a/Source/core/page/Window.idl b/Source/core/page/Window.idl
|
| index 8f516cca13c1cd66945bbbaee7d11b99d15843e6..c720658c5e87489f307eb7ce2dd9db9faf2124a3 100644
|
| --- a/Source/core/page/Window.idl
|
| +++ b/Source/core/page/Window.idl
|
| @@ -245,6 +245,9 @@
|
| // Webkit extensions
|
| attribute EventHandler onreset;
|
| attribute EventHandler onsearch;
|
| + [EnabledAtRuntime=CSSAnimationUnprefixed] attribute EventHandler onanimationend;
|
| + [EnabledAtRuntime=CSSAnimationUnprefixed] attribute EventHandler onanimationiteration;
|
| + [EnabledAtRuntime=CSSAnimationUnprefixed] attribute EventHandler onanimationstart;
|
| attribute EventHandler onwebkitanimationend;
|
| attribute EventHandler onwebkitanimationiteration;
|
| attribute EventHandler onwebkitanimationstart;
|
|
|