diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-10 09:25:34 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-10 09:25:34 +0000 |
commit | f6755a283e00b70d557147f4a213f99835fdea9f (patch) | |
tree | 1118d4e1ad61dcb3912fd259fa806546702f4cc8 /webkit | |
parent | 7ea0a6112b5110feb4b02d22dae6b7d2994d38a7 (diff) | |
download | chromium_src-f6755a283e00b70d557147f4a213f99835fdea9f.zip chromium_src-f6755a283e00b70d557147f4a213f99835fdea9f.tar.gz chromium_src-f6755a283e00b70d557147f4a213f99835fdea9f.tar.bz2 |
A blind fix for Issue 18837 (and a build fix for VS2008)
To read this crash dump, this issue is caused by my mistake that this jumplist.cc calls "icon_urls_.front()" for an empty list.
This change added some checks that verifies a std::list has one or more items.
This change also fixes linker errors because of conflicted symbols: CLSID_DestinationList and CLSID_EnumerableObjectCollection, which is caused by my mistake that I forgot removing "EXTERN_C" keywords when I moved them into an anonymous namespace. This change removes the "EXTERN_C" keywords for VS2008.
BUG=18837 "Crash - JumpList::OnFavIconDataAvailable(int,bool,scoped_refptr<RefCountedVector<unsigned char> >,bool,GURL)"
TEST=Show JumpList on Windows 7.
TEST=Build Chromium with VS2008.
Review URL: http://codereview.chromium.org/159853
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22907 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
0 files changed, 0 insertions, 0 deletions