Index: content/public/browser/favicon_status.cc |
diff --git a/content/public/browser/favicon_status.cc b/content/public/browser/favicon_status.cc |
index c9da916999422ed2d275fea8fca91e5d9174cebc..1f764c131d9021bf9c9b3cce4182937768288837 100644 |
--- a/content/public/browser/favicon_status.cc |
+++ b/content/public/browser/favicon_status.cc |
@@ -11,6 +11,7 @@ namespace content { |
FaviconStatus::FaviconStatus() : valid(false) { |
bitmap = *GetContentClient()->browser()->GetDefaultFavicon()->bitmap(); |
+ image = gfx::Image(*GetContentClient()->browser()->GetDefaultFavicon()); |
} |
} // namespace content |