Chromium Code Reviews| Index: views/controls/native/native_view_host_gtk.cc |
| diff --git a/views/controls/native/native_view_host_gtk.cc b/views/controls/native/native_view_host_gtk.cc |
| index adc21d568a76f672422d92e748d82905c20d6458..1fceafee98903d60ce5e5d7e5384d235d085109c 100644 |
| --- a/views/controls/native/native_view_host_gtk.cc |
| +++ b/views/controls/native/native_view_host_gtk.cc |
| @@ -112,7 +112,7 @@ NativeViewHostGtk::NativeViewHostGtk(NativeViewHost* host) |
| NativeViewHostGtk::~NativeViewHostGtk() { |
| if (fixed_) { |
| gtk_container_foreach(GTK_CONTAINER(fixed_), RemoveFromParent, fixed_); |
| - gtk_widget_destroy(fixed_); |
|
sky
2011/10/18 02:01:23
Why does this not work when ::DestroyFixed is goin
|
| + DestroyFixed(); |
| } |
| } |