summaryrefslogtreecommitdiff
path: root/Source/WebCore/testing/Internals.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/testing/Internals.idl')
-rw-r--r--Source/WebCore/testing/Internals.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/WebCore/testing/Internals.idl b/Source/WebCore/testing/Internals.idl
index 05f6d34f8..7f5a2114d 100644
--- a/Source/WebCore/testing/Internals.idl
+++ b/Source/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);
@@ -132,6 +131,9 @@ module window {
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