| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-get-client-types.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-get-client-types.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-get-client-types.html
|
| index 75f54ebe194f344b5c8d9d396249810e862c0262..c0d0b20b3df455b3f4eb58764a051616a592d5cf 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-get-client-types.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-get-client-types.html
|
| @@ -64,6 +64,6 @@ function wait_for_clientId() {
|
| var expected = [
|
| /* visibilityState, focused, url, frameType */
|
| ['visible', true, normalizeURL(scope) + '-frame.html', 'nested'],
|
| - [,,normalizeURL(scope) + '-shared-worker.js', 'none']
|
| + [undefined, undefined, normalizeURL(scope) + '-shared-worker.js', 'none']
|
| ];
|
| </script>
|
|
|