| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index 3c1d336ce2ae11798ccdf3d842ebf514d9fd5b61..92b82e76ea619f90998fd933c684eda2b664cdbc 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -245,7 +245,8 @@ public:
|
| unsigned numberOfLiveNodes() const;
|
| unsigned numberOfLiveDocuments() const;
|
| String dumpRefCountedInstanceCounts() const;
|
| - Vector<String> consoleMessageArgumentCounts(Document*) const;
|
| + unsigned numberOfConsoleMessages(Document*) const;
|
| + unsigned numberOfConsoleMessagesWithArguments(Document*) const;
|
| LocalDOMWindow* openDummyInspectorFrontend(const String& url);
|
| void closeDummyInspectorFrontend();
|
| Vector<unsigned long> setMemoryCacheCapacities(unsigned long minDeadBytes, unsigned long maxDeadBytes, unsigned long totalBytes);
|
|
|