| Index: LayoutTests/http/tests/serviceworker/chromium/stashed-ports-after-terminate.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/chromium/stashed-ports-after-terminate.html b/LayoutTests/http/tests/serviceworker/chromium/stashed-ports-after-terminate.html
|
| index 633bf282ed9eedb2354506593fd56389202dd6ff..ecc3b4fb6989f7a93f63c652005761739532fdb9 100644
|
| --- a/LayoutTests/http/tests/serviceworker/chromium/stashed-ports-after-terminate.html
|
| +++ b/LayoutTests/http/tests/serviceworker/chromium/stashed-ports-after-terminate.html
|
| @@ -23,7 +23,7 @@ function wait_for_reply(test, port) {
|
| }
|
|
|
| test(function(test) {
|
| - assert_exists(window, 'internals');
|
| + assert_true(window.internals instanceof Object);
|
| test.done();
|
| }, 'internals.terminateServiceWorker is required for the following tests.');
|
|
|
|
|