| Index: Source/core/html/HTMLTrackElement.cpp
|
| diff --git a/Source/core/html/HTMLTrackElement.cpp b/Source/core/html/HTMLTrackElement.cpp
|
| index 55967ec8b1fe6ceeed192314b456f5bb3c195202..d2905c9317903456757422aa4d95a0bb17a1c528 100644
|
| --- a/Source/core/html/HTMLTrackElement.cpp
|
| +++ b/Source/core/html/HTMLTrackElement.cpp
|
| @@ -162,7 +162,7 @@ void HTMLTrackElement::scheduleLoad()
|
| return;
|
|
|
| // 4. Run the remainder of these steps asynchronously, allowing whatever caused these steps to run to continue.
|
| - m_loadTimer.startOneShot(0);
|
| + m_loadTimer.startOneShot(0, FROM_HERE);
|
| }
|
|
|
| void HTMLTrackElement::loadTimerFired(Timer<HTMLTrackElement>*)
|
|
|