Index: webkit/glue/webwidget_impl.cc |
=================================================================== |
--- webkit/glue/webwidget_impl.cc (revision 7499) |
+++ webkit/glue/webwidget_impl.cc (working copy) |
@@ -239,7 +239,7 @@ |
PlatformWidget WebWidgetImpl::platformWindow() const { |
if (!delegate_) |
return NULL; |
- return delegate_->GetContainingWindow(const_cast<WebWidgetImpl*>(this)); |
+ return delegate_->GetContainingView(const_cast<WebWidgetImpl*>(this)); |
} |
//----------------------------------------------------------------------------- |