Index: third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp |
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp b/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp |
index 5cd9eeaea22524f435c14ee88d8fc80a2c5e9041..3a465f78369f13115332edf8a47c02b0622aa8a2 100644 |
--- a/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp |
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp |
@@ -132,7 +132,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, FROM_HERE); |
+ m_transitionTimer.startOneShot(fadeOutDuration, BLINK_FROM_HERE); |
} |
void MediaControlPanelElement::stopTimer() |