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

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-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/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index 8424c9ba52081a64d5679bb53761e1a597b44408..adcf8b3fb19f7974fbbc265eb4dcfc2d1c4afd06 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -5072,6 +5072,7 @@ interface ServiceWorker : EventTarget
setter onstatechange
interface ServiceWorkerContainer : EventTarget
attribute @@toStringTag
+ getter controller
getter oncontrollerchange
getter onmessage
getter ready
@@ -5091,10 +5092,13 @@ interface ServiceWorkerMessageEvent : Event
method constructor
interface ServiceWorkerRegistration : EventTarget
attribute @@toStringTag
+ getter active
+ getter installing
getter onupdatefound
getter pushManager
getter scope
getter sync
+ getter waiting
method constructor
method getNotifications
method showNotification

Powered by Google App Engine
This is Rietveld 408576698