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