| Index: third_party/WebKit/Source/core/html/shadow/MediaControlsTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlsTest.cpp b/third_party/WebKit/Source/core/html/shadow/MediaControlsTest.cpp
|
| index 08cae76925e374546b03861b78cb784439d3e5ef..8f2ea14ad18c9e09c30f251b63e4e5dca6d7a443 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/MediaControlsTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/MediaControlsTest.cpp
|
| @@ -62,7 +62,7 @@ protected:
|
| Document& document = this->document();
|
|
|
| document.write("<video>");
|
| - HTMLVideoElement& video = toHTMLVideoElement(*document.querySelector("video", ASSERT_NO_EXCEPTION));
|
| + HTMLVideoElement& video = toHTMLVideoElement(*document.querySelector("video"));
|
| m_mediaControls = video.mediaControls();
|
|
|
| // If scripts are not enabled, controls will always be shown.
|
|
|