Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index fb55bf0bda0a25227f03641bd166bf56a696f908..ee52d44d2b1284e0ec23eb8e56bddc28f724e9e9 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -36,12 +36,6 @@ |
boolean isPreloaded(DOMString url); |
boolean isLoadingFromMemoryCache(DOMString url); |
- void crash(); |
- |
- void setStyleResolverStatsEnabled(boolean enabled); |
- [RaisesException] DOMString styleResolverStatsReport(); |
- [RaisesException] DOMString styleResolverStatsTotalsReport(); |
- |
[TypeChecking=Interface] boolean isSharingStyle(Element element1, Element element2); |
[TypeChecking=Interface] CSSStyleDeclaration computedStyleIncludingVisitedInfo(Node node); |
@@ -89,8 +83,6 @@ |
[RaisesException] void setEnableMockPagePopup(boolean enabled); |
readonly attribute PagePopupController pagePopupController; |
- [RaisesException] ClientRect unscaledViewportRect(); |
- |
[RaisesException] ClientRect absoluteCaretBounds(); |
[TypeChecking=Interface] ClientRect boundingBox(Element element); |
@@ -240,8 +232,6 @@ |
[TypeChecking=Interface] DOMString markerTextForListItem(Element element); |
- [TypeChecking=Interface] DOMString baseURL(Document document); |
- |
SerializedScriptValue deserializeBuffer(ArrayBuffer buffer); |
ArrayBuffer serializeObject(SerializedScriptValue obj); |