| Index: LayoutTests/fast/hidpi/resources/srcset-helper.js
|
| diff --git a/LayoutTests/fast/hidpi/resources/srcset-helper.js b/LayoutTests/fast/hidpi/resources/srcset-helper.js
|
| index 6c8182e3ce8a1458a39634313f412803b6864b38..703b266e967682203b850d9759ac3870c624b9db 100644
|
| --- a/LayoutTests/fast/hidpi/resources/srcset-helper.js
|
| +++ b/LayoutTests/fast/hidpi/resources/srcset-helper.js
|
| @@ -13,8 +13,7 @@ function runTest() {
|
| if (sessionStorage.pageReloaded && sessionStorage.scaleFactorIsSet) {
|
| delete sessionStorage.pageReloaded;
|
| delete sessionStorage.scaleFactorIsSet;
|
| - if (!window.manualNotifyDone)
|
| - testRunner.notifyDone();
|
| + testRunner.notifyDone();
|
| } else {
|
| // Right now there is a bug that srcset does not properly deal with dynamic changes to the scale factor,
|
| // so to work around that, we must reload the page to get the new image.
|
|
|