| Index: LayoutTests/http/tests/serviceworker/registration.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/registration.html b/LayoutTests/http/tests/serviceworker/registration.html
|
| index 10edd1920a94debb8967aac1b4eecaa6e85c1dfd..f77b79c1295ea1be6bc2946359623683f31f2e0b 100644
|
| --- a/LayoutTests/http/tests/serviceworker/registration.html
|
| +++ b/LayoutTests/http/tests/serviceworker/registration.html
|
| @@ -11,7 +11,8 @@
|
| {scope: '/*'}
|
| ).then(
|
| t.step_func(function(worker) {
|
| - assert_true(!!worker, 'Successfully registered.');
|
| + assert_true(worker instanceof ServiceWorker,
|
| + 'Successfully registered.');
|
| t.done();
|
| }),
|
| t.step_func(function(reason) {
|
|
|