| 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 f7777ba24498fca88e40373abec9078e8af2791b..674cd8d6576817414eca453f31f4e756ecff62d2 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -246,8 +246,6 @@ public:
|
| unsigned numberOfLiveNodes() const;
|
| unsigned numberOfLiveDocuments() const;
|
| String dumpRefCountedInstanceCounts() 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);
|
|
|