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..abf096e5b9729035275df72d67010593e3c46229 100644 |
--- a/third_party/WebKit/public/web/WebFrameClient.h |
+++ b/third_party/WebKit/public/web/WebFrameClient.h |
@@ -394,7 +394,7 @@ class BLINK_EXPORT WebFrameClient { |
// The frame's document finished loading. |
// This method may not execute JavaScript code. |
- virtual void didFinishDocumentLoad(WebLocalFrame*) {} |
+ virtual void didFinishDocumentLoad() {} |
// Like |didFinishDocumentLoad|, except this method may run JavaScript |
// code (and possibly invalidate the frame). |