Index: webkit/glue/chrome_client_impl.cc |
=================================================================== |
--- webkit/glue/chrome_client_impl.cc (revision 20187) |
+++ webkit/glue/chrome_client_impl.cc (working copy) |
@@ -477,8 +477,7 @@ |
} |
PlatformWidget ChromeClientImpl::platformWindow() const { |
- WebViewDelegate* delegate = webview_->delegate(); |
- return delegate ? delegate->GetContainingView(webview_) : NULL; |
+ return NULL; |
} |
void ChromeClientImpl::contentsSizeChanged(WebCore::Frame* frame, const |