diff --git a/source b/source index 9ced3df49bf..947d022212a 100644 --- a/source +++ b/source @@ -93855,6 +93855,10 @@ typedef OnBeforeUnloadEventHandlerNonNull? OnBeforeUnloadEvent ontoggle toggle onvolumechange volumechange onwaiting waiting + onwebkitanimationend webkitAnimationEnd + onwebkitanimationiteration webkitAnimationIteration + onwebkitanimationstart webkitAnimationStart + onwebkittransitionend webkitTransitionEnd @@ -94039,6 +94043,10 @@ typedef OnBeforeUnloadEventHandlerNonNull? OnBeforeUnloadEvent attribute EventHandler ontoggle; attribute EventHandler onvolumechange; attribute EventHandler onwaiting; + attribute EventHandler onwebkitanimationend; + attribute EventHandler onwebkitanimationiteration; + attribute EventHandler onwebkitanimationstart; + attribute EventHandler onwebkittransitionend; }; interface mixin WindowEventHandlers {