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 17cba72a07ba8f973b9d8547ea98633a096fea57..dae559c1b15b0cd0730ff03bd1a0ad4f5cea50c2 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 |