Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: webkit/glue/webcursor_gtk.cc

Issue 9817020: Linux: Fix the build for Ubuntu Precise. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/glue/webcursor_gtk.cc
===================================================================
--- webkit/glue/webcursor_gtk.cc (revision 128057)
+++ webkit/glue/webcursor_gtk.cc (working copy)
@@ -182,7 +182,7 @@
hotspot_.x(),
hotspot_.y());
- gdk_pixbuf_unref(pixbuf);
+ g_object_unref(pixbuf);
Lei Zhang 2012/03/21 23:16:43 erg: This is needed to build on 12.04. In r122389
if (unref_)
gdk_cursor_unref(unref_);

Powered by Google App Engine
This is Rietveld 408576698