Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1459)

Unified Diff: Source/modules/battery/BatteryManager.idl

Issue 203683002: BatteryStatus: use 'unrestricted double' instead of 'double' (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698