| Index: Source/core/html/shadow/MediaControlElements.cpp
|
| diff --git a/Source/core/html/shadow/MediaControlElements.cpp b/Source/core/html/shadow/MediaControlElements.cpp
|
| index 8b25059d775acea88da41f97ba93d6e53a803fbd..152023208e3c725da4e427e44aa45629d989e38f 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()
|
|
|