| 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 023bd48df95b6492e840e78db603ec560ebcc298..c2d8044b2ad61d22ab302f7f5cf3c1f721fbb264 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -198,7 +198,8 @@
|
| unsigned long numberOfLiveNodes();
|
| unsigned long numberOfLiveDocuments();
|
| DOMString dumpRefCountedInstanceCounts();
|
| - sequence<DOMString> consoleMessageArgumentCounts(Document document);
|
| + 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);
|
|
|