| Index: Source/core/frame/Location.cpp
|
| diff --git a/Source/core/frame/Location.cpp b/Source/core/frame/Location.cpp
|
| index e59f2c640f562eb0def71e52f8b9d26511252bdd..b3da88c61d3118973cbf4eb701d81a56197105e9 100644
|
| --- a/Source/core/frame/Location.cpp
|
| +++ b/Source/core/frame/Location.cpp
|
| @@ -238,7 +238,7 @@ void Location::reload(LocalDOMWindow* callingWindow)
|
| return;
|
| if (protocolIsJavaScript(toLocalFrame(m_frame)->document()->url()))
|
| return;
|
| - m_frame->reload(NormalReload, ClientRedirect);
|
| + m_frame->reload(FrameLoadTypeReload, ClientRedirect);
|
| }
|
|
|
| void Location::setLocation(const String& url, LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, SetLocation locationPolicy)
|
|
|