Index: third_party/WebKit/LayoutTests/http/tests/background_sync/oneshot-register-failure-worker-not-activated.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/background_sync/oneshot-register-failure-worker-not-activated.html b/third_party/WebKit/LayoutTests/http/tests/background_sync/oneshot-register-failure-worker-not-activated.html |
index 77680084a9a9c0b8a3d0a6b1eeab96e8ff3df9b1..9b35a5ebfab19cd1068d4c1355067c90f465709c 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/background_sync/oneshot-register-failure-worker-not-activated.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/background_sync/oneshot-register-failure-worker-not-activated.html |
@@ -17,7 +17,7 @@ async_test(function(test) { |
swRegistration = serviceWorkerRegistration; |
assert_not_equals(swRegistration.installing, null, 'The worker should be installing'); |
assert_equals(swRegistration.active, null, 'The worker should not be active yet'); |
- return swRegistration.sync.register(); |
+ return swRegistration.sync.register('abcde'); |
}) |
.then(function(syncRegistration) { |
assert_unreached('sync.register() must not succeed without an active service worker'); |