Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt |
index da2ed63b7a69d2213d9399d78624e903347ad9c4..fc71a38528a46bb1aefa8058520d85ca1656f51e 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt |
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt |
@@ -650,10 +650,13 @@ interface Response |
interface ServiceWorkerGlobalScope : WorkerGlobalScope |
method constructor |
interface ServiceWorkerRegistration : EventTarget |
+ getter active |
+ getter installing |
getter onupdatefound |
getter pushManager |
getter scope |
getter sync |
+ getter waiting |
method constructor |
method getNotifications |
method showNotification |
@@ -1203,6 +1206,7 @@ interface WindowClient : Client |
method navigate |
interface WorkerGlobalScope : EventTarget |
getter addressSpace |
+ getter caches |
getter crypto |
getter indexedDB |
getter location |
@@ -1358,7 +1362,6 @@ interface webkitIDBTransaction : EventTarget |
global object |
attribute console |
attribute internals |
- getter caches |
getter clients |
getter onactivate |
getter onfetch |