| Index: views/widget/native_widget_aura.cc
|
| diff --git a/views/widget/native_widget_aura.cc b/views/widget/native_widget_aura.cc
|
| index 9a96befea4237406ca533afcf47da9b043eafb42..54a9b74ce888d6098a5693405148fb82b787fc7a 100644
|
| --- a/views/widget/native_widget_aura.cc
|
| +++ b/views/widget/native_widget_aura.cc
|
| @@ -616,6 +616,7 @@ void NativeWidgetAura::OnWindowDestroying() {
|
|
|
| void NativeWidgetAura::OnWindowDestroyed() {
|
| window_ = NULL;
|
| + tooltip_manager_.reset();
|
| delegate_->OnNativeWidgetDestroyed();
|
| if (ownership_ == Widget::InitParams::NATIVE_WIDGET_OWNS_WIDGET)
|
| delete this;
|
|
|