| Index: chrome/browser/tab_contents/render_view_context_menu.cc
|
| diff --git a/chrome/browser/tab_contents/render_view_context_menu.cc b/chrome/browser/tab_contents/render_view_context_menu.cc
|
| index 486413f16feafe647f39ab6016971c38963c9e97..3ca616500fdcc1a89c456319a92bb2f5fac09470 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu.cc
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu.cc
|
| @@ -497,7 +497,7 @@ void RenderViewContextMenu::SetExtensionIcon(const std::string& extension_id) {
|
| DCHECK(icon.width() == gfx::kFaviconSize);
|
| DCHECK(icon.height() == gfx::kFaviconSize);
|
|
|
| - menu_model_.SetIcon(index, icon);
|
| + menu_model_.SetIcon(index, gfx::Image(icon));
|
| }
|
|
|
| void RenderViewContextMenu::AppendAllExtensionItems() {
|
|
|