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 794a0bfd9952b4062de584613e020677dc8c6282..eedc832c9708d25adca55b1dc1baee6993a58157 100644 |
--- a/third_party/WebKit/Source/core/animation/Animation.cpp |
+++ b/third_party/WebKit/Source/core/animation/Animation.cpp |
@@ -656,7 +656,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; |