| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 30ec437eb30bcd2f4fdbce8a1cba81265cb36298..a80e32fbd539efd27975b154e22f23e1340b1302 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -37,6 +37,10 @@
|
|
|
| void crash();
|
|
|
| + void setStyleResolverStatsEnabled(boolean enabled);
|
| + [RaisesException] DOMString styleResolverStatsReport();
|
| + [RaisesException] DOMString styleResolverStatsTotalsReport();
|
| +
|
| [RaisesException] unsigned long numberOfScopedHTMLStyleChildren(Node scope);
|
| [RaisesException] CSSStyleDeclaration computedStyleIncludingVisitedInfo(Node node);
|
|
|
|
|