| 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 ba4eb4e40c9fbf0e40f19163d927817a6614095f..57a6151fa2febcb071ceea24fc5c5ee5cf38cdc4 100644 | 
| --- a/third_party/WebKit/public/web/WebLocalFrame.h | 
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h | 
| @@ -31,7 +31,7 @@ class WebLocalFrame : public WebFrame { | 
| public: | 
| // Creates a WebFrame. Delete this WebFrame by calling WebFrame::close(). | 
| // It is valid to pass a null client pointer. | 
| -    BLINK_EXPORT static WebLocalFrame* create(WebTreeScopeType, WebFrameClient*); | 
| +    BLINK_EXPORT static WebLocalFrame* create(WebTreeScopeType, WebFrameClient*, WebFrame* opener = nullptr); | 
|  | 
| // Used to create a provisional local frame in prepration for replacing a | 
| // remote frame if the load commits. The returned frame is only partially | 
|  |