| Index: Source/modules/netinfo/NetworkInformation.idl
|
| diff --git a/Source/modules/netinfo/NetworkInformation.idl b/Source/modules/netinfo/NetworkInformation.idl
|
| index 45b85609f33bd85683d94b0677930e48074e6669..8a4f8487ba79f5d3c153b1d2d9cff807290f3c76 100644
|
| --- a/Source/modules/netinfo/NetworkInformation.idl
|
| +++ b/Source/modules/netinfo/NetworkInformation.idl
|
| @@ -14,7 +14,7 @@ enum ConnectionType {
|
|
|
| [
|
| RuntimeEnabled=NetworkInformation,
|
| - Exposed=Window&Worker,
|
| + Exposed=(Window,Worker),
|
| WillBeGarbageCollected,
|
| ActiveDOMObject
|
| ] interface NetworkInformation : EventTarget {
|
|
|