| Index: third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
 | 
| diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
 | 
| index 6d41c4722aaa74a90af2d742fd2a925c88fa42b0..d2b8ce98bb36b485ce3cd9cc9ea9d9d6f1d81955 100644
 | 
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
 | 
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
 | 
| @@ -444,8 +444,7 @@ void LocalFrameClientImpl::dispatchDidReceiveTitle(const String& title) {
 | 
|  
 | 
|  void LocalFrameClientImpl::dispatchDidChangeIcons(IconType type) {
 | 
|    if (m_webFrame->client()) {
 | 
| -    m_webFrame->client()->didChangeIcon(m_webFrame,
 | 
| -                                        static_cast<WebIconURL::Type>(type));
 | 
| +    m_webFrame->client()->didChangeIcon(static_cast<WebIconURL::Type>(type));
 | 
|    }
 | 
|  }
 | 
|  
 | 
| 
 |