| Index: chrome/browser/ui/gtk/constrained_web_dialog_delegate_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/constrained_web_dialog_delegate_gtk.cc b/chrome/browser/ui/gtk/constrained_web_dialog_delegate_gtk.cc
|
| index 5b44e39a679ef010b46c92ea44f417212855bdeb..ac08a3fe405c03163855324c2ae777a85b01ae40 100644
|
| --- a/chrome/browser/ui/gtk/constrained_web_dialog_delegate_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/constrained_web_dialog_delegate_gtk.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -85,7 +85,7 @@ ConstrainedWebDialogDelegateGtk::ConstrainedWebDialogDelegateGtk(
|
| WebDialogWebContentsDelegate* tab_delegate)
|
| : impl_(new ConstrainedWebDialogDelegateBase(profile, delegate, tab_delegate)),
|
| tab_contents_container_(NULL) {
|
| - tab_contents_container_.SetTab(tab());
|
| + tab_contents_container_.SetTab(tab()->web_contents());
|
|
|
| gfx::Size dialog_size;
|
| delegate->GetDialogSize(&dialog_size);
|
|
|