Index: Source/WebCore/testing/Internals.cpp |
=================================================================== |
--- Source/WebCore/testing/Internals.cpp (revision 146222) |
+++ Source/WebCore/testing/Internals.cpp (working copy) |
@@ -46,6 +46,7 @@ |
#include "ExceptionCode.h" |
#include "FormController.h" |
#include "Frame.h" |
+#include "FrameLoader.h" |
#include "FrameView.h" |
#include "HTMLContentElement.h" |
#include "HTMLInputElement.h" |
@@ -1947,6 +1948,11 @@ |
WebCore::Settings::setUsesOverlayScrollbars(enabled); |
} |
+void Internals::forceReload(bool endToEnd) |
+{ |
+ frame()->loader()->reload(endToEnd); |
+} |
+ |
#if ENABLE(ENCRYPTED_MEDIA_V2) |
void Internals::initializeMockCDM() |
{ |