| Index: Source/core/html/track/TextTrackList.cpp | 
| diff --git a/Source/core/html/track/TextTrackList.cpp b/Source/core/html/track/TextTrackList.cpp | 
| index 0d28070d9021b9426df8b5f2cb26866c59068fa7..719f96e35670983cec6df31a55fffb32bfefaefa 100644 | 
| --- a/Source/core/html/track/TextTrackList.cpp | 
| +++ b/Source/core/html/track/TextTrackList.cpp | 
| @@ -263,7 +263,7 @@ void TextTrackList::asyncEventTimerFired(Timer<TextTrackList>*) | 
| m_pendingEvents.swap(pendingEvents); | 
| size_t count = pendingEvents.size(); | 
| for (size_t index = 0; index < count; ++index) | 
| -        dispatchEvent(pendingEvents[index].release(), IGNORE_EXCEPTION_STATE); | 
| +        dispatchEvent(pendingEvents[index].release(), IGNORE_EXCEPTION); | 
| --m_dispatchingEvents; | 
| } | 
|  | 
|  |