Avoid unnecessary work in DocumentTimelinesController::updateAnimationsAndSendEvents() when there are no listeners for those events. In many cases, there are no listeners for those animation events and we still spend a significant amount of time in DocumentTimelinesController::updateAnimationsAndSendEvents() dealing with these events.
Pull request: https://github.com/WebKit/WebKit/pull/11731
<rdar://problem/107281878>
*** This bug has been marked as a duplicate of bug 254454 ***