Index: chrome/browser/ui/gtk/hung_renderer_dialog_gtk.cc |
diff --git a/chrome/browser/ui/gtk/hung_renderer_dialog_gtk.cc b/chrome/browser/ui/gtk/hung_renderer_dialog_gtk.cc |
index 0b778fac57bd6cea714a3ea91186af543f306d3d..56a2e44d337c071598959942c8536655c915d898 100644 |
--- a/chrome/browser/ui/gtk/hung_renderer_dialog_gtk.cc |
+++ b/chrome/browser/ui/gtk/hung_renderer_dialog_gtk.cc |
@@ -195,7 +195,7 @@ void HungRendererDialogGtk::ShowForWebContents(WebContents* hung_contents) { |
GdkPixbuf* pixbuf = NULL; |
if (favicon.width() > 0) |
- pixbuf = gfx::GdkPixbufFromSkBitmap(&favicon); |
+ pixbuf = gfx::GdkPixbufFromSkBitmap(favicon); |
gtk_list_store_set(model_, &tree_iter, |
COL_FAVICON, pixbuf, |
COL_TITLE, title.c_str(), |