| Index: Source/core/html/HTMLTrackElement.cpp
 | 
| diff --git a/Source/core/html/HTMLTrackElement.cpp b/Source/core/html/HTMLTrackElement.cpp
 | 
| index c15a9709667feb1e438198e1498dcc2ae479974f..fddfcb3350cc79ab14a7ba52421b935e99c87e34 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>*)
 | 
| 
 |