| Index: Source/core/html/track/LoadableTextTrack.cpp
|
| diff --git a/Source/core/html/track/LoadableTextTrack.cpp b/Source/core/html/track/LoadableTextTrack.cpp
|
| index 247330c0d727c48dde20c5ec510482edabc0d45c..66e6b8dcb9778bc87526cfdd89fb5cbc753c020b 100644
|
| --- a/Source/core/html/track/LoadableTextTrack.cpp
|
| +++ b/Source/core/html/track/LoadableTextTrack.cpp
|
| @@ -86,7 +86,7 @@ void LoadableTextTrack::scheduleLoad(const KURL& url)
|
| // 3. Asynchronously run the remaining steps, while continuing with whatever task
|
| // was responsible for creating the text track or changing the text track mode.
|
| if (!m_loadTimer.isActive())
|
| - m_loadTimer.startOneShot(0);
|
| + m_loadTimer.startOneShot(0, FROM_HERE);
|
| }
|
|
|
| void LoadableTextTrack::loadTimerFired(Timer<LoadableTextTrack>*)
|
|
|