| Index: modules/netinfo/NetworkInformation.idl
|
| diff --git a/modules/netinfo/NetworkInformation.idl b/modules/netinfo/NetworkInformation.idl
|
| index 7a12c36374a7e144e475c323d63a27a498edbbc9..8a4f8487ba79f5d3c153b1d2d9cff807290f3c76 100644
|
| --- a/modules/netinfo/NetworkInformation.idl
|
| +++ b/modules/netinfo/NetworkInformation.idl
|
| @@ -8,12 +8,13 @@ enum ConnectionType {
|
| "ethernet",
|
| "wifi",
|
| "other",
|
| - "none"
|
| + "none",
|
| + "unknown"
|
| };
|
|
|
| [
|
| RuntimeEnabled=NetworkInformation,
|
| - Exposed=Window&Worker,
|
| + Exposed=(Window,Worker),
|
| WillBeGarbageCollected,
|
| ActiveDOMObject
|
| ] interface NetworkInformation : EventTarget {
|
|
|