Index: modules/battery/NavigatorBattery.idl |
diff --git a/modules/battery/NavigatorBattery.idl b/modules/battery/NavigatorBattery.idl |
index c5bff09da1473e835b8de2b1f59997117385b2c6..e3950a671ab9bfaa214fe2633fa6a36fb8bd6dff 100644 |
--- a/modules/battery/NavigatorBattery.idl |
+++ b/modules/battery/NavigatorBattery.idl |
@@ -2,9 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-[ |
- RuntimeEnabled=BatteryStatus, |
-] partial interface Navigator { |
+partial interface Navigator { |
[CallWith=ScriptState] Promise getBattery(); |
}; |