diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-16 19:38:33 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-16 19:38:33 +0000 |
commit | 365e821c6fb698c132a69d8c6bc9bc48667f4137 (patch) | |
tree | f492b7ebbd0f288b3dfefb7781bce9c19a2b86df /views/views.gyp | |
parent | fa8089e080f811d77f177cfbe0f41f39506114b0 (diff) | |
download | chromium_src-365e821c6fb698c132a69d8c6bc9bc48667f4137.zip chromium_src-365e821c6fb698c132a69d8c6bc9bc48667f4137.tar.gz chromium_src-365e821c6fb698c132a69d8c6bc9bc48667f4137.tar.bz2 |
Fixes possible crash if the window hosting a menu was closed while the
menu was showing. When this happens the window the menu creates is
implicitly destroyed (because the parent is going away).
BUG=25563
TEST=see bug
Review URL: http://codereview.chromium.org/1664001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44807 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/views.gyp b/views/views.gyp index 3369546..950fb86 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -111,6 +111,7 @@ 'controls/menu/menu_delegate.h', 'controls/menu/menu_gtk.cc', 'controls/menu/menu_gtk.h', + 'controls/menu/menu_host.h', 'controls/menu/menu_host_root_view.cc', 'controls/menu/menu_host_root_view.h', 'controls/menu/menu_host_win.cc', |