| Index: third_party/WebKit/Source/core/animation/Animation.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/Animation.cpp b/third_party/WebKit/Source/core/animation/Animation.cpp
|
| index 918f4027af6274372768cf6fe06043852f6bf277..0eae073f8c55389454a8499cbc9697db2794871f 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.cpp
|
| @@ -657,7 +657,7 @@ void Animation::stop()
|
| m_pendingFinishedEvent = nullptr;
|
| }
|
|
|
| -bool Animation::dispatchEventInternal(PassRefPtrWillBeRawPtr<Event> event)
|
| +DispatchEventResult Animation::dispatchEventInternal(PassRefPtrWillBeRawPtr<Event> event)
|
| {
|
| if (m_pendingFinishedEvent == event)
|
| m_pendingFinishedEvent = nullptr;
|
|
|