Index: third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt |
index 30f2abfc7c5fd90b074e6724969102d902c7b113..5c20efcaecc3e2d1ffab56189b3f4607978dcc6f 100644 |
--- a/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt |
+++ b/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt |
@@ -528,10 +528,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 |
@@ -638,6 +641,7 @@ interface WindowClient : Client |
method focus |
method navigate |
interface WorkerGlobalScope : EventTarget |
+ getter caches |
getter crypto |
getter indexedDB |
getter location |
@@ -790,7 +794,6 @@ interface webkitIDBTransaction : EventTarget |
global object |
attribute console |
attribute internals |
- getter caches |
getter clients |
getter onactivate |
getter onfetch |