| 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 9d68a6777ef6392c804aad67173f0ca12cef93b4..ce8bd0608079ad68c810e184faa55fd368ea4137 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -3594,7 +3594,7 @@ void WebViewImpl::SetDomainRelaxationForbidden(bool forbidden,
|
| }
|
|
|
| void WebViewImpl::SetWindowFeatures(const WebWindowFeatures& features) {
|
| - page_->GetChromeClient().SetWindowFeatures(features);
|
| + page_->SetWindowFeatures(features);
|
| }
|
|
|
| void WebViewImpl::SetOpenedByDOM() {
|
|
|