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..b87cac63bf0a3cc7cdbd189e4ed781842995baef 100644 |
--- a/third_party/WebKit/public/web/WebFrameClient.h |
+++ b/third_party/WebKit/public/web/WebFrameClient.h |
@@ -398,8 +398,7 @@ class BLINK_EXPORT WebFrameClient { |
// Like |didFinishDocumentLoad|, except this method may run JavaScript |
// code (and possibly invalidate the frame). |
- virtual void runScriptsAtDocumentReady(WebLocalFrame*, bool documentIsEmpty) { |
- } |
+ virtual void runScriptsAtDocumentReady(bool documentIsEmpty) {} |
// The frame's window.onload event is ready to fire. This method may delay |
// window.onload by incrementing LoadEventDelayCount. |