| Index: third_party/WebCore/testing/Internals.idl
|
| diff --git a/third_party/WebCore/testing/Internals.idl b/third_party/WebCore/testing/Internals.idl
|
| index 7b4beb177ce493b394762deacec57586521e4873..7f5a2114d1a3ba6076886eb21b1d7104d53e0589 100644
|
| --- a/third_party/WebCore/testing/Internals.idl
|
| +++ b/third_party/WebCore/testing/Internals.idl
|
| @@ -49,7 +49,6 @@ module window {
|
| Node youngerShadowRoot(in Node root) raises (DOMException);
|
| #endif
|
| Element includerFor(in Node node) raises (DOMException);
|
| - void removeShadowRoot(in Element host) raises (DOMException);
|
| DOMString shadowPseudoId(in Element element) raises (DOMException);
|
| Element createContentElement(in Document document) raises(DOMException);
|
| Element getElementByIdInShadowRoot(in Node shadowRoot, in DOMString id) raises(DOMException);
|
| @@ -128,8 +127,13 @@ module window {
|
|
|
| unsigned long numberOfScrollableAreas(in Document document) raises (DOMException);
|
|
|
| + boolean isPageBoxVisible(in Document document, in long pageNumber) raises (DOMException);
|
| +
|
| readonly attribute InternalSettings settings;
|
|
|
| + void suspendAnimations(in Document document) raises (DOMException);
|
| + void resumeAnimations(in Document document) raises (DOMException);
|
| +
|
| #if defined(ENABLE_BATTERY_STATUS) && ENABLE_BATTERY_STATUS
|
| void setBatteryStatus(in Document document, in DOMString eventType, in boolean charging, in double chargingTime, in double dischargingTime, in double level) raises (DOMException);
|
| #endif
|
|
|