| Index: third_party/WebKit/Source/core/frame/History.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/History.cpp b/third_party/WebKit/Source/core/frame/History.cpp
|
| index 5870e5f14fde44eaeb8d852ed1884866cf887cc9..7db4f36b13929c1dd3ac58c494009625b6ebe858 100644
|
| --- a/third_party/WebKit/Source/core/frame/History.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/History.cpp
|
| @@ -170,7 +170,7 @@ void History::go(ExecutionContext* context, int delta)
|
| if (delta)
|
| m_frame->loader().client()->navigateBackForward(delta);
|
| else
|
| - m_frame->reload(FrameLoadTypeReload, ClientRedirect);
|
| + m_frame->reload(FrameLoadTypeReload, ClientRedirectPolicy::ClientRedirect);
|
| }
|
|
|
| KURL History::urlForState(const String& urlString)
|
|
|