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

Unified Diff: third_party/WebKit/Source/modules/netinfo/WorkerNavigatorNetworkInformation.idl

Issue 2610903002: Replace [CallWith=ExecutionContext] with [CallWith=ScriptState] (Closed)
Patch Set: Created 3 years, 11 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/netinfo/WorkerNavigatorNetworkInformation.idl
diff --git a/third_party/WebKit/Source/modules/netinfo/WorkerNavigatorNetworkInformation.idl b/third_party/WebKit/Source/modules/netinfo/WorkerNavigatorNetworkInformation.idl
index b47c770a0abd4cb2ac8231f8fe5ed907971f343a..b66fc4e7401e17185edff5a12b0c16a5fb3df8fb 100644
--- a/third_party/WebKit/Source/modules/netinfo/WorkerNavigatorNetworkInformation.idl
+++ b/third_party/WebKit/Source/modules/netinfo/WorkerNavigatorNetworkInformation.idl
@@ -6,5 +6,5 @@
RuntimeEnabled=NetworkInformation,
Exposed=Worker
] partial interface WorkerNavigator {
- [CallWith=ExecutionContext, MeasureAs=NetInfo] readonly attribute NetworkInformation connection;
+ [CallWith=ScriptState, MeasureAs=NetInfo] readonly attribute NetworkInformation connection;
};

Powered by Google App Engine
This is Rietveld 408576698