| Index: sky/engine/core/animation/AnimationPlayer.cpp | 
| diff --git a/sky/engine/core/animation/AnimationPlayer.cpp b/sky/engine/core/animation/AnimationPlayer.cpp | 
| index 91f19ad56ad601403ba7fcbc22accd3ccdd38006..464ebe01914b017b73fc8e40fd78b0aae3cff8a1 100644 | 
| --- a/sky/engine/core/animation/AnimationPlayer.cpp | 
| +++ b/sky/engine/core/animation/AnimationPlayer.cpp | 
| @@ -389,7 +389,7 @@ void AnimationPlayer::finish(ExceptionState& exceptionState) | 
| return; | 
| } | 
| if (m_playbackRate > 0 && sourceEnd() == std::numeric_limits<double>::infinity()) { | 
| -        exceptionState.throwDOMException(InvalidStateError, "AnimationPlayer has source content whose end time is infinity."); | 
| +        exceptionState.ThrowDOMException(InvalidStateError, "AnimationPlayer has source content whose end time is infinity."); | 
| return; | 
| } | 
| if (playing()) { | 
|  |