| Index: Source/core/html/shadow/MediaControls.cpp
|
| diff --git a/Source/core/html/shadow/MediaControls.cpp b/Source/core/html/shadow/MediaControls.cpp
|
| index 158b5a1662413c23f54f491d6ccbf8d3f7df7e7e..26c55274b0dac76ba93366e1e47d6c196f104b24 100644
|
| --- a/Source/core/html/shadow/MediaControls.cpp
|
| +++ b/Source/core/html/shadow/MediaControls.cpp
|
| @@ -372,7 +372,7 @@ void MediaControls::startHideFullscreenControlsTimer()
|
| if (!m_isFullscreen)
|
| return;
|
|
|
| - m_hideFullscreenControlsTimer.startOneShot(timeWithoutMouseMovementBeforeHidingFullscreenControls);
|
| + m_hideFullscreenControlsTimer.startOneShot(timeWithoutMouseMovementBeforeHidingFullscreenControls, FROM_HERE);
|
| }
|
|
|
| void MediaControls::stopHideFullscreenControlsTimer()
|
|
|