Index: Source/WebCore/testing/Internals.h |
=================================================================== |
--- Source/WebCore/testing/Internals.h (revision 92202) |
+++ Source/WebCore/testing/Internals.h (working copy) |
@@ -53,6 +53,7 @@ |
Element* includerFor(Node*, ExceptionCode&); |
String shadowPseudoId(Element*, ExceptionCode&); |
PassRefPtr<Element> createShadowContentElement(Document*, ExceptionCode&); |
+ void disableMemoryCache(bool disabled); |
#if ENABLE(INSPECTOR) |
void setInspectorResourcesDataSizeLimits(Document*, int maximumResourcesContentSize, int maximumSingleResourceContentSize, ExceptionCode&); |