Index: Source/modules/netinfo/NavigatorNetworkInformation.idl |
diff --git a/Source/modules/netinfo/NavigatorNetworkInformation.idl b/Source/modules/netinfo/NavigatorNetworkInformation.idl |
index c3ee9e75dddb3af7ae21d13f49605881f2921672..7d4139587908acf6154093e4229fefe9d83a3cd5 100644 |
--- a/Source/modules/netinfo/NavigatorNetworkInformation.idl |
+++ b/Source/modules/netinfo/NavigatorNetworkInformation.idl |
@@ -5,5 +5,5 @@ |
[ |
RuntimeEnabled=NetworkInformation |
] partial interface Navigator { |
- readonly attribute NetworkInformation connection; |
+ [MeasureAs=NetInfo] readonly attribute NetworkInformation connection; |
}; |