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

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

Issue 963983003: Remove [TypeChecking=Unrestricted] use in Source/modules/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 | Source/modules/device_orientation/DeviceMotionEvent.idl » ('j') | 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 33a059fceb435673a34236456d7675624a2d835d..7e7040bff3406d4dbaccf1e6a0a2290c0223f0d9 100644
--- a/Source/modules/battery/BatteryManager.idl
+++ b/Source/modules/battery/BatteryManager.idl
@@ -5,7 +5,6 @@
// https://dvcs.w3.org/hg/dap/raw-file/tip/battery/Overview.html#batterymanager-interface
[
RuntimeEnabled=BatteryStatus,
- TypeChecking=Unrestricted,
ActiveDOMObject
] interface BatteryManager : EventTarget {
readonly attribute boolean charging;
« no previous file with comments | « no previous file | Source/modules/device_orientation/DeviceMotionEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698