| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 63268a9d278b8b766f0f68161d1b2bed2ee2ae64..28c9a178c9266b5845f175a928cc46f628246ec0 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -85,6 +85,10 @@ public:
|
|
|
| void crash();
|
|
|
| + void setStyleResolverStatsEnabled(bool);
|
| + String styleResolverStatsReport(ExceptionState&) const;
|
| + String styleResolverStatsTotalsReport(ExceptionState&) const;
|
| +
|
| size_t numberOfScopedHTMLStyleChildren(const Node*, ExceptionState&) const;
|
| PassRefPtr<CSSComputedStyleDeclaration> computedStyleIncludingVisitedInfo(Node*, ExceptionState&) const;
|
|
|
|
|