summaryrefslogtreecommitdiffstats
path: root/net/third_party/mozilla_security_manager
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-11 23:13:04 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-11 23:13:04 +0000
commite879b4cc82c94586d95035df86357291f88e1c33 (patch)
treec61f3330cc49312f86f6984ff50105a9f70602c0 /net/third_party/mozilla_security_manager
parentd2effadd83accd3df875694437ca766bb20cb6e1 (diff)
downloadchromium_src-e879b4cc82c94586d95035df86357291f88e1c33.zip
chromium_src-e879b4cc82c94586d95035df86357291f88e1c33.tar.gz
chromium_src-e879b4cc82c94586d95035df86357291f88e1c33.tar.bz2
Fix a chrome browser crash which occurs when displaying the page info bubble in a ChromeFrame page.
The crash occurs while dereferencing a NULL NonClientView member in the widget code. This member is only instantiated if the widget is of type InitParams::TYPE_WINDOW. ChromeFrame always instantiates as a popup window and hence this member is always NULL. Fix is to add a NULL check at the relevant places in the widget code. Fixes bug http://code.google.com/p/chromium/issues/detail?id=88960 BUG=88960 Review URL: http://codereview.chromium.org/7301028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92071 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/third_party/mozilla_security_manager')
0 files changed, 0 insertions, 0 deletions