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

Unified Diff: modules/netinfo/WorkerNavigatorNetworkInformation.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 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
« no previous file with comments | « modules/netinfo/NavigatorNetworkInformation.idl ('k') | modules/notifications/GetNotificationOptions.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/netinfo/WorkerNavigatorNetworkInformation.idl
diff --git a/modules/netinfo/WorkerNavigatorNetworkInformation.idl b/modules/netinfo/WorkerNavigatorNetworkInformation.idl
index a2126fa44a6f5a9dc90dbfb21223558008f9ae91..b47c770a0abd4cb2ac8231f8fe5ed907971f343a 100644
--- a/modules/netinfo/WorkerNavigatorNetworkInformation.idl
+++ b/modules/netinfo/WorkerNavigatorNetworkInformation.idl
@@ -6,5 +6,5 @@
RuntimeEnabled=NetworkInformation,
Exposed=Worker
] partial interface WorkerNavigator {
- [CallWith=ExecutionContext] readonly attribute NetworkInformation connection;
+ [CallWith=ExecutionContext, MeasureAs=NetInfo] readonly attribute NetworkInformation connection;
};
« no previous file with comments | « modules/netinfo/NavigatorNetworkInformation.idl ('k') | modules/notifications/GetNotificationOptions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698