| Index: third_party/WebKit/Source/core/loader/FrameLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| index 4a6f0159c6010f9d571f5b6f793654c64fc4876d..09c110d0e2ee5ec853a070c7c8b895023d86c561 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -74,7 +74,7 @@ public:
|
| void init();
|
|
|
| ResourceRequest resourceRequestForReload(FrameLoadType, const KURL& overrideURL = KURL(),
|
| - ClientRedirectPolicy = NotClientRedirect);
|
| + ClientRedirectPolicy = ClientRedirectPolicy::NotClientRedirect);
|
|
|
| ProgressTracker& progress() const { return *m_progressTracker; }
|
|
|
|
|