| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index 6d1beeed3363daa3d5c7272f51c45cb47efb6448..895672ce29ebbd5a5b81a47ddf9c9ac0edffb855 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -40,6 +40,7 @@ struct WebConsoleMessage;
|
| struct WebFindOptions;
|
| struct WebFloatRect;
|
| struct WebPrintPresetOptions;
|
| +struct WebSourceLocation;
|
|
|
| // Interface for interacting with in process frames. This contains methods that
|
| // require interacting with a frame's document.
|
| @@ -192,7 +193,8 @@ class WebLocalFrame : public WebFrame {
|
| const WebURL& mixedContentUrl,
|
| WebURLRequest::RequestContext,
|
| bool wasAllowed,
|
| - bool hadRedirect) = 0;
|
| + bool hadRedirect,
|
| + const WebSourceLocation&) = 0;
|
|
|
| // Orientation Changes ----------------------------------------------------
|
|
|
|
|