Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 2102093002: ServiceWorker: Remove [Unforgeable] idl extended attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698