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..fac078a6d241e7af90bb05df95db980b7cd6618b 100644 |
--- a/third_party/WebKit/public/web/WebFrameClient.h |
+++ b/third_party/WebKit/public/web/WebFrameClient.h |
@@ -378,7 +378,7 @@ class BLINK_EXPORT WebFrameClient { |
// The document element has been created. |
// This method may not invalidate the frame, nor execute JavaScript code. |
- virtual void didCreateDocumentElement(WebLocalFrame*) {} |
+ virtual void didCreateDocumentElement() {} |
// Like |didCreateDocumentElement|, except this method may run JavaScript |
// code (and possibly invalidate the frame). |