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 27dee3f2e61de17e32e025fe7d36072630fdd18e..2dd224491619a6eb16daa9985701b6c4d84fe410 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.idl |
+++ b/third_party/WebKit/Source/core/testing/Internals.idl |
@@ -204,7 +204,6 @@ |
unsigned long numberOfLiveNodes(); |
unsigned long numberOfLiveDocuments(); |
DOMString dumpRefCountedInstanceCounts(); |
- sequence<unsigned long> setMemoryCacheCapacities(unsigned long minDeadBytes, unsigned long maxDeadBytes, unsigned long totalBytes); |
DOMString counterValue(Element element); |
[RaisesException] long pageNumber(Element element, optional float pageWidth = 800, optional float pageHeight = 600); |