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 1792f5b611efda557771a9e7adea1b0c3f7cb704..e2157290bb10db10dcb5c7838becd3fa24c9f0f7 100644 |
--- a/third_party/WebKit/public/web/WebFrameClient.h |
+++ b/third_party/WebKit/public/web/WebFrameClient.h |
@@ -384,7 +384,7 @@ class BLINK_EXPORT WebFrameClient { |
// The window object for the frame has been cleared of any extra |
// properties that may have been set by script from the previously |
// loaded document. |
- virtual void DidClearWindowObject(WebLocalFrame* frame) {} |
+ virtual void DidClearWindowObject() {} |
// The document element has been created. |
// This method may not invalidate the frame, nor execute JavaScript code. |