| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 47aaa5e2b0fdd89d0561924f2a61f84cdefa2945..968765f0095002e8aa262fb679bb80473d891a4a 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -369,7 +369,7 @@ class BLINK_EXPORT WebFrameClient {
|
| WebHistoryCommitType) {}
|
|
|
| // The frame's document has just been initialized.
|
| - virtual void didCreateNewDocument(WebLocalFrame* frame) {}
|
| + virtual void didCreateNewDocument() {}
|
|
|
| // The window object for the frame has been cleared of any extra
|
| // properties that may have been set by script from the previously
|
|
|