| 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 b99538f3814052c32949f927c7c5f1de9e4c8aae..69b2dde77b9b3eb9a20ccdeddc0d7d3698362551 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -51,6 +51,7 @@
|
| namespace blink {
|
|
|
| class DocumentLoader;
|
| +class HTMLFormElement;
|
| class Frame;
|
| class FrameLoaderClient;
|
| class ProgressTracker;
|
| @@ -185,7 +186,7 @@ public:
|
| void restoreScrollPositionAndViewState();
|
|
|
| bool shouldContinueForNavigationPolicy(const ResourceRequest&, const SubstituteData&, DocumentLoader*, ContentSecurityPolicyDisposition,
|
| - NavigationType, NavigationPolicy, bool shouldReplaceCurrentEntry, bool isClientRedirect);
|
| + NavigationType, NavigationPolicy, bool shouldReplaceCurrentEntry, bool isClientRedirect, HTMLFormElement*);
|
|
|
| DECLARE_TRACE();
|
|
|
|
|