| Index: chrome/browser/ui/views/constrained_html_delegate_views.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/constrained_html_delegate_views.cc (revision 116109)
|
| +++ chrome/browser/ui/views/constrained_html_delegate_views.cc (working copy)
|
| @@ -76,7 +76,7 @@
|
| views::View* child) OVERRIDE {
|
| TabContentsContainer::ViewHierarchyChanged(is_add, parent, child);
|
| if (is_add && child == this) {
|
| - ChangeTabContents(html_tab_contents_->tab_contents());
|
| + ChangeWebContents(html_tab_contents_->tab_contents());
|
| }
|
| }
|
|
|
|
|