| 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..e32b669f02ef13663e84513d6f60f16e283dfa65 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -382,7 +382,7 @@ class BLINK_EXPORT WebFrameClient {
|
|
|
| // Like |didCreateDocumentElement|, except this method may run JavaScript
|
| // code (and possibly invalidate the frame).
|
| - virtual void runScriptsAtDocumentElementAvailable(WebLocalFrame*) {}
|
| + virtual void runScriptsAtDocumentElementAvailable() {}
|
|
|
| // The page title is available.
|
| virtual void didReceiveTitle(WebLocalFrame* frame,
|
|
|