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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/NavigatorServiceWorker.idl

Issue 2691333002: Replace [CallWith=ExecutionContext] with [CallWith=ScriptState] (Closed)
Patch Set: Created 3 years, 10 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/Source/modules/serviceworkers/NavigatorServiceWorker.idl
diff --git a/third_party/WebKit/Source/modules/serviceworkers/NavigatorServiceWorker.idl b/third_party/WebKit/Source/modules/serviceworkers/NavigatorServiceWorker.idl
index d1734343bd579bf93a29121244567bba92cafb9f..3d987003ee5e0ff701d8467151e595c25509024b 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/NavigatorServiceWorker.idl
+++ b/third_party/WebKit/Source/modules/serviceworkers/NavigatorServiceWorker.idl
@@ -4,5 +4,5 @@
// https://w3c.github.io/ServiceWorker/#navigator-service-worker
partial interface Navigator {
- [RaisesException, CallWith=ExecutionContext] readonly attribute ServiceWorkerContainer serviceWorker;
+ [RaisesException, CallWith=ScriptState] readonly attribute ServiceWorkerContainer serviceWorker;
};

Powered by Google App Engine
This is Rietveld 408576698