| 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..c59236773a8008c3e1f8960d3e0adc03b9cd4918 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -390,7 +390,7 @@ class BLINK_EXPORT WebFrameClient {
|
| WebTextDirection direction) {}
|
|
|
| // The icon for the page have changed.
|
| - virtual void didChangeIcon(WebLocalFrame*, WebIconURL::Type) {}
|
| + virtual void didChangeIcon(WebIconURL::Type) {}
|
|
|
| // The frame's document finished loading.
|
| // This method may not execute JavaScript code.
|
|
|