| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index 68980612eaba0756b9feaf5a2a341be122ae8398..172c18b39b5e4469a137f69ea1de0a0a86acacfd 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -270,7 +270,8 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| const WebURL& mixedContentUrl,
|
| WebURLRequest::RequestContext,
|
| bool wasAllowed,
|
| - bool hadRedirect) override;
|
| + bool hadRedirect,
|
| + const WebSourceLocation&) override;
|
| void sendOrientationChangeEvent() override;
|
| WebSandboxFlags effectiveSandboxFlags() const override;
|
| void forceSandboxFlags(WebSandboxFlags) override;
|
|
|