| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index b0108d6acddcf034764a2dcbdeff2bc8c9b17529..64012a1f46188957f940034b54d990d715a9a83e 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -199,8 +199,6 @@
|
| unsigned long numberOfLiveNodes();
|
| unsigned long numberOfLiveDocuments();
|
| DOMString dumpRefCountedInstanceCounts();
|
| - unsigned long numberOfConsoleMessages(Document document);
|
| - unsigned long numberOfConsoleMessagesWithArguments(Document document);
|
| unsigned long[] setMemoryCacheCapacities(unsigned long minDeadBytes, unsigned long maxDeadBytes, unsigned long totalBytes);
|
|
|
| DOMString counterValue(Element element);
|
|
|