Updates: Summary: Crash at browser\views\download_tab_view.cc:1074 DownloadTabView::LookupIcon() Status: Available Labels: Mstone-1.1
Comment #15 on issue 5520 by niran...@chromium.org: Crash at browser\views\download_tab_view.cc:1074 DownloadTabView::LookupIcon() http://code.google.com/p/chromium/issues/detail?id=5520 Offending code: 1069 : // If we have the icon in our cache, then return it. If not, look it up via the 1070 : // IconManager. Ignore in progress requests (duplicates). 1071 : mit SkBitmap* DownloadTabView::LookupIcon(DownloadItem* download) { 1072 : IconManager* im = g_browser_process->icon_manager(); 1073 : // Fast look up. *1074 : SkBitmap* icon = im->LookupIcon(download->full_path(), IconLoader::NORMAL); 1075 : 1076 : // Expensive look up. -- 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to chromium-bugs@googlegroups.com To unsubscribe from this group, send email to chromium-bugs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---