| Index: Source/core/html/shadow/MediaControlElements.cpp
|
| diff --git a/Source/core/html/shadow/MediaControlElements.cpp b/Source/core/html/shadow/MediaControlElements.cpp
|
| index 2e089260c5142c6252322bd6892b4c724365c236..a0f6d2be7523074c9d4487f79f610f9786779d5b 100644
|
| --- a/Source/core/html/shadow/MediaControlElements.cpp
|
| +++ b/Source/core/html/shadow/MediaControlElements.cpp
|
| @@ -136,7 +136,7 @@ void MediaControlPanelElement::startTimer()
|
| // such that captions are correctly displayed at the bottom of the video
|
| // at the end of the fadeout transition.
|
| // FIXME: Racing a transition with a setTimeout like this is wrong.
|
| - m_transitionTimer.startOneShot(fadeOutDuration);
|
| + m_transitionTimer.startOneShot(fadeOutDuration, FROM_HERE);
|
| }
|
|
|
| void MediaControlPanelElement::stopTimer()
|
|
|