diff options
author | Kristian Monsen <kristianm@google.com> | 2011-01-13 14:27:10 +0000 |
---|---|---|
committer | Kristian Monsen <kristianm@google.com> | 2011-01-13 14:30:40 +0000 |
commit | 2affce26ab8f173609de60771c0fbc1ae23a6126 (patch) | |
tree | 1103ee7ce54584c4b3bb5e531d42dbd820b1f39d /WebCore | |
parent | 06c187aa4a2bbcf7ade9ca809959b5d0a92ec5c6 (diff) | |
download | external_webkit-2affce26ab8f173609de60771c0fbc1ae23a6126.zip external_webkit-2affce26ab8f173609de60771c0fbc1ae23a6126.tar.gz external_webkit-2affce26ab8f173609de60771c0fbc1ae23a6126.tar.bz2 |
Fix for bug 3347616, crash when closing browser with requests in flight
The problem is if a request is just started as the browser (or a tab)
is closed. That can give delete the scoped_refptr before the
refcount is increased on the IO thread.
Refcounted objects should not be passed as raw pointers between
threads.
Change-Id: I57a9b30f5fdfef3c6d45b81ea59a61f96b09e6ae
Diffstat (limited to 'WebCore')
0 files changed, 0 insertions, 0 deletions