| Index: third_party/WebKit/Source/core/html/shadow/MediaControls.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControls.cpp b/third_party/WebKit/Source/core/html/shadow/MediaControls.cpp
|
| index e676fe1e1fd833256b7bc052ed09d1d91d5d9ace..a60048a5c749f7070102f0308959f87ef0844e47 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/MediaControls.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/MediaControls.cpp
|
| @@ -464,7 +464,7 @@ void MediaControls::updateCurrentTimeDisplay() {
|
| // Allow the theme to format the time.
|
| m_currentTimeDisplay->setInnerText(
|
| LayoutTheme::theme().formatMediaControlsCurrentTime(now, duration),
|
| - IGNORE_EXCEPTION);
|
| + IGNORE_EXCEPTION_FOR_TESTING);
|
| m_currentTimeDisplay->setCurrentValue(now);
|
| }
|
|
|
|
|