| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 0acaf35cc4fd9d11357f3f340bcb1c516211fcf3..0c5d7fe4c265284cc8840ade9ea14b7eea142a2d 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -234,6 +234,7 @@ public:
|
|
|
| unsigned numberOfLiveNodes() const;
|
| unsigned numberOfLiveDocuments() const;
|
| + unsigned numberOfLiveAXObjects() const;
|
| String dumpRefCountedInstanceCounts() const;
|
| Vector<String> consoleMessageArgumentCounts(Document*) const;
|
| PassRefPtrWillBeRawPtr<LocalDOMWindow> openDummyInspectorFrontend(const String& url);
|
|
|