summaryrefslogtreecommitdiffstats
path: root/base/process_posix.cc
diff options
context:
space:
mode:
authorfinnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-26 00:08:35 +0000
committerfinnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-26 00:08:35 +0000
commitda570e8948b6584dc18f624a40a81a165d2f3de9 (patch)
treed81c356ddb1d815057f894bfcffce25f529b19d3 /base/process_posix.cc
parent29d25005a8778783608c89015bdfbd25cadb7d3f (diff)
downloadchromium_src-da570e8948b6584dc18f624a40a81a165d2f3de9.zip
chromium_src-da570e8948b6584dc18f624a40a81a165d2f3de9.tar.gz
chromium_src-da570e8948b6584dc18f624a40a81a165d2f3de9.tar.bz2
We can get into a state where the automation framework presses the Close button in the Find box after the tab has been destroyed. This causes the Find box to act on a NULL web_contents_ pointer.
We now guard against this by checking for NULL web_contents before performing any work that relies on it. (I can't reproduce this bug manually or by running the automation testing locally, but this is an attempt to fix the crash by using the information gathered from looking at the crash dump). Review URL: http://codereview.chromium.org/27173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10414 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/process_posix.cc')
0 files changed, 0 insertions, 0 deletions