| Index: LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js
|
| diff --git a/LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js b/LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js
|
| index d580452e56f2fe1d0aae3499dd3042b01c3ae5af..9609efeddde7d0b55dad85ef85be1f16ab2dd366 100644
|
| --- a/LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js
|
| +++ b/LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js
|
| @@ -22,7 +22,7 @@ test(function() {
|
| getServiced: 'function'
|
| });
|
|
|
| - verifyInterface('Client');
|
| + verifyInterface('ServiceWorkerClient');
|
| // FIXME: Get an instance and test it, or ensure property exists on prototype.
|
|
|
| }, 'Interfaces and attributes in ServiceWorkerGlobalScope');
|
|
|