| Index: Source/core/html/track/LoadableTextTrack.cpp
|
| diff --git a/Source/core/html/track/LoadableTextTrack.cpp b/Source/core/html/track/LoadableTextTrack.cpp
|
| index dd692848f1118ffa4a7164944fd5548c28c2a8a7..3f43e9d2c14c9ff5120320ef16ad684ff317f1fe 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>*)
|
|
|