| Index: chrome/browser/ui/webui/favicon_source.cc
|
| diff --git a/chrome/browser/ui/webui/favicon_source.cc b/chrome/browser/ui/webui/favicon_source.cc
|
| index 1189db9da8a9b0899086a2719a37db6c5de700f9..f2b4ad8d99f59b5e86d578959c34a4a614d74a3e 100644
|
| --- a/chrome/browser/ui/webui/favicon_source.cc
|
| +++ b/chrome/browser/ui/webui/favicon_source.cc
|
| @@ -138,7 +138,7 @@ void FaviconSource::OnFaviconDataAvailable(
|
|
|
| if (favicon.is_valid()) {
|
| // Forward the data along to the networking system.
|
| - SendResponse(request_id, favicon.bitmap_data);
|
| + SendResponse(request_id, favicon.variants[0].bitmap_data); // XX
|
| } else {
|
| SendDefaultResponse(request_id);
|
| }
|
|
|