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..001036bebfcbd7981e4f1c29d5aa41865b9628c5 100644 |
--- a/third_party/WebKit/public/web/WebFrameClient.h |
+++ b/third_party/WebKit/public/web/WebFrameClient.h |
@@ -346,7 +346,7 @@ class BLINK_EXPORT WebFrameClient { |
// A datasource has been created for a new navigation. The given |
// datasource will become the provisional datasource for the frame. |
- virtual void didCreateDataSource(WebLocalFrame*, WebDataSource*) {} |
+ virtual void didCreateDataSource(WebDataSource*) {} |
// A new provisional load has been started. |
virtual void didStartProvisionalLoad(WebDataSource* dataSource, |