| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index 34591d1cd95ea6c38aac9c05facc3f01a02cca29..90c01536ea43ac549d9a6eb9f6f4f27127e9db28 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)
|
|
|