| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-srcset-invalid-url-no-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-srcset-invalid-url-no-crash.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-srcset-invalid-url-no-crash.html
|
| index d00f23bdb91948068a227fb936ae547c359d09e3..df622c047abccb5d351c9b8ec8b9be7e8a60ac79 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-srcset-invalid-url-no-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-srcset-invalid-url-no-crash.html
|
| @@ -3,7 +3,7 @@
|
| <script>
|
| description("Invalid img.srcset URL should not crash");
|
| window.jsTestIsAsync = true;
|
| - if (testRunner) {
|
| + if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| testRunner.waitUntilDone();
|
| }
|
|
|