| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
 | 
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
 | 
| index 3dfa0a38658bc8eda5484c587ddc9a7187093135..d2a43826a27ede175932b51a58c9c65bbec71816 100644
 | 
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
 | 
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
 | 
| @@ -3573,7 +3573,7 @@ void WebViewImpl::SetDomainRelaxationForbidden(bool forbidden,
 | 
|  }
 | 
|  
 | 
|  void WebViewImpl::SetWindowFeatures(const WebWindowFeatures& features) {
 | 
| -  page_->GetChromeClient().SetWindowFeatures(features);
 | 
| +  page_->SetWindowFeatures(features);
 | 
|  }
 | 
|  
 | 
|  void WebViewImpl::SetOpenedByDOM() {
 | 
| 
 |