Index: Source/core/testing/Internals.cpp |
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp |
index 0509861ed4250a146a996307d3d1bf6fce0cfbae..b7c393678c5af8db06e4a4a0ca14fce1d6dbe2b1 100644 |
--- a/Source/core/testing/Internals.cpp |
+++ b/Source/core/testing/Internals.cpp |
@@ -2018,7 +2018,7 @@ PassRefPtr<SerializedScriptValue> Internals::deserializeBuffer(PassRefPtr<DOMArr |
void Internals::forceReload(bool endToEnd) |
{ |
- frame()->reload(endToEnd ? EndToEndReload : NormalReload, NotClientRedirect); |
+ frame()->reload(endToEnd ? FrameLoadTypeReloadFromOrigin : FrameLoadTypeReload, NotClientRedirect); |
} |
ClientRect* Internals::selectionBounds(ExceptionState& exceptionState) |