Chromium Code Reviews| Index: Source/modules/battery/BatteryManager.idl |
| diff --git a/Source/modules/battery/BatteryManager.idl b/Source/modules/battery/BatteryManager.idl |
| index a6edcf17eed9f43ca0e1cfa4a6be3ff2fb69302a..e1951fe6695fe1102c5d0fac464e483895f12f99 100644 |
| --- a/Source/modules/battery/BatteryManager.idl |
| +++ b/Source/modules/battery/BatteryManager.idl |
| @@ -8,8 +8,8 @@ |
| RuntimeEnabled=BatteryStatus, |
|
Nils Barth (inactive)
2014/05/01 01:19:50
Could you add:
TypeChecking=Unrestricted,
...h
mlamouri (slow - plz ping)
2014/05/01 09:33:16
Done.
|
| ] interface BatteryManager : EventTarget { |
| readonly attribute boolean charging; |
| - readonly attribute double chargingTime; |
| - readonly attribute double dischargingTime; |
| + readonly attribute unrestricted double chargingTime; |
| + readonly attribute unrestricted double dischargingTime; |
| readonly attribute double level; |
| attribute EventHandler onchargingchange; |