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 eef98c4e544d954552452e847f44d1aae17a3863..93a334af8aa9a35a928d473666dc8fb63e98e9f0 100644 |
--- a/third_party/WebKit/public/web/WebFrameClient.h |
+++ b/third_party/WebKit/public/web/WebFrameClient.h |
@@ -312,11 +312,11 @@ public: |
// The frame's document finished loading. |
// This method may not execute JavaScript code. |
- virtual void didFinishDocumentLoad(WebLocalFrame*, bool documentIsEmpty) { } |
+ virtual void didFinishDocumentLoad(WebLocalFrame*) { } |
// Like |didFinishDocumentLoad|, except this method may run JavaScript |
// code (and possibly invalidate the frame). |
- virtual void runScriptsAtDocumentReady(WebLocalFrame*) { } |
+ virtual void runScriptsAtDocumentReady(WebLocalFrame*, bool documentIsEmpty) { } |
// The 'load' event was dispatched. |
virtual void didHandleOnloadEvents(WebLocalFrame*) { } |