| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index ee82a7e7c37a44570ce3903ef190946a5619997c..36f493b1450e4f75c47613ecf6305e4f1665d43b 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -189,10 +189,6 @@
|
| void insertAuthorCSS(Document document, DOMString css);
|
| void insertUserCSS(Document document, DOMString css);
|
|
|
| -#if defined(ENABLE_BATTERY_STATUS) && ENABLE_BATTERY_STATUS
|
| - [RaisesException] void setBatteryStatus(Document document, DOMString eventType, boolean charging, double chargingTime, double dischargingTime, double level);
|
| -#endif
|
| -
|
| unsigned long numberOfLiveNodes();
|
| unsigned long numberOfLiveDocuments();
|
| sequence<DOMString> consoleMessageArgumentCounts(Document document);
|
|
|