| Index: third_party/WebKit/Source/modules/netinfo/NetworkInformation.idl
 | 
| diff --git a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.idl b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.idl
 | 
| index c45ccdb04fd99f798098570615019dbdb8bb2d9f..9db26ac40a723685cae6a448d879c288dadefce9 100644
 | 
| --- a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.idl
 | 
| +++ b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.idl
 | 
| @@ -16,10 +16,11 @@ enum ConnectionType {
 | 
|  typedef unrestricted double Megabit;
 | 
|  
 | 
|  [
 | 
| -    RuntimeEnabled=NetworkInformation,
 | 
| +    ActiveScriptWrappable,
 | 
| +    DependentLifetime,
 | 
|      Exposed=(Window,Worker),
 | 
|      GarbageCollected,
 | 
| -    DependentLifetime
 | 
| +    RuntimeEnabled=NetworkInformation,
 | 
|  ] interface NetworkInformation : EventTarget {
 | 
|      [MeasureAs=NetInfoType] readonly attribute ConnectionType type;
 | 
|      [RuntimeEnabled=NetInfoDownlinkMax, MeasureAs=NetInfoDownlinkMax] readonly attribute Megabit downlinkMax;
 | 
| 
 |