| Index: third_party/WebKit/LayoutTests/http/tests/notifications/resources/notification-data-reflection-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/resources/notification-data-reflection-test.js b/third_party/WebKit/LayoutTests/http/tests/notifications/resources/notification-data-reflection-test.js
|
| index 160483a3e8900ff50a1e25156bd930ba71fbdb58..7c59b1d653bcfbbdb3cb2eab9f18d50148bd534d 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/notifications/resources/notification-data-reflection-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/notifications/resources/notification-data-reflection-test.js
|
| @@ -3,7 +3,7 @@
|
| // notification was created in the document.
|
| function runNotificationDataReflectionTest(test, notificationOperation) {
|
| var scope = 'resources/scope/' + location.pathname,
|
| - script = 'resources/instrumentation-service-worker.js';
|
| + script = 'instrumentation-service-worker.js';
|
|
|
| // Set notification's data of several types to a structured clone of options's data.
|
| var notificationDataList = new Array(
|
|
|