Index: modules/netinfo/NetworkInformation.idl |
diff --git a/modules/netinfo/NetworkInformation.idl b/modules/netinfo/NetworkInformation.idl |
index 8a4f8487ba79f5d3c153b1d2d9cff807290f3c76..166c2b5658d1df95c2f45cb35f43a7f38f1a3916 100644 |
--- a/modules/netinfo/NetworkInformation.idl |
+++ b/modules/netinfo/NetworkInformation.idl |
@@ -15,7 +15,7 @@ enum ConnectionType { |
[ |
RuntimeEnabled=NetworkInformation, |
Exposed=(Window,Worker), |
- WillBeGarbageCollected, |
+ GarbageCollected, |
ActiveDOMObject |
] interface NetworkInformation : EventTarget { |
readonly attribute ConnectionType type; |