summaryrefslogtreecommitdiffstats
path: root/views/widget/native_widget_aura.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/widget/native_widget_aura.cc')
-rw-r--r--views/widget/native_widget_aura.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/widget/native_widget_aura.cc b/views/widget/native_widget_aura.cc
index 9a96bef..54a9b74 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;