| 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 39814cc78b782b3453dc88cff46f047ca273f28f..dc4815df7ac7cc9a4db735fe1dfab17958392b25 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -37,7 +37,7 @@
|
| class WebLocalFrame : public WebFrame {
|
| public:
|
| // Creates a WebFrame. Delete this WebFrame by calling WebFrame::close().
|
| - // WebFrameClient may not be null.
|
| + // It is valid to pass a null client pointer.
|
| BLINK_EXPORT static WebLocalFrame* create(WebTreeScopeType, WebFrameClient*, WebFrame* opener = nullptr);
|
|
|
| // Used to create a provisional local frame in prepration for replacing a
|
|
|