| Index: third_party/WebKit/Source/core/frame/Location.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Location.cpp b/third_party/WebKit/Source/core/frame/Location.cpp
|
| index 60e290bb691995db73d2b3df0aaeb43fe05a68e2..8c3351150e7053ad4f48e46333cbfd7a2779f2ce 100644
|
| --- a/third_party/WebKit/Source/core/frame/Location.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Location.cpp
|
| @@ -237,7 +237,7 @@ void Location::reload(LocalDOMWindow* currentWindow)
|
| return;
|
| if (protocolIsJavaScript(toLocalFrame(m_frame)->document()->url()))
|
| return;
|
| - m_frame->reload(FrameLoadTypeReload, ClientRedirect);
|
| + m_frame->reload(FrameLoadTypeReload, ClientRedirectPolicy::ClientRedirect);
|
| }
|
|
|
| void Location::setLocation(const String& url, LocalDOMWindow* currentWindow, LocalDOMWindow* enteredWindow, ExceptionState* exceptionState, SetLocation locationPolicy)
|
|
|