Updates:
Owner: [email protected]
Comment #3 on issue 7916 by [email protected]: Favicons are not displayed
for webpages.
http://code.google.com/p/chromium/issues/detail?id=7916
This is a regression introduced in r9732. It looks like we're using a map
wrong. On
line 1046 we should have something like:
MultiPartResponseHandlerMap::iterator index =
multi_part_response_map_.find(client);
if (index != multi_part_response_map_.end()) {
instead of
MultipartResponseDelegate* multi_part_handler =
multi_part_response_map_[client];
Passing to Ananta to decide best way to fix it.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---