From ba400d8d977c7f9772920cd2cfc75dc60f73d0b3 Mon Sep 17 00:00:00 2001 From: robert Date: Tue, 3 Apr 2012 18:53:28 +0000 Subject: [PATCH] add missing patch --- .../patches/patch-webkit_glue_webcursor_gtk_cc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 www/chromium/patches/patch-webkit_glue_webcursor_gtk_cc diff --git a/www/chromium/patches/patch-webkit_glue_webcursor_gtk_cc b/www/chromium/patches/patch-webkit_glue_webcursor_gtk_cc new file mode 100644 index 00000000000..752afc2c05f --- /dev/null +++ b/www/chromium/patches/patch-webkit_glue_webcursor_gtk_cc @@ -0,0 +1,12 @@ +$OpenBSD: patch-webkit_glue_webcursor_gtk_cc,v 1.1 2012/04/03 18:53:28 robert Exp $ +--- webkit/glue/webcursor_gtk.cc.orig Tue Apr 3 09:12:54 2012 ++++ webkit/glue/webcursor_gtk.cc Tue Apr 3 09:13:22 2012 +@@ -182,7 +182,7 @@ GdkCursor* WebCursor::GetCustomCursor() { + hotspot_.x(), + hotspot_.y()); + +- gdk_pixbuf_unref(pixbuf); ++ g_object_unref(pixbuf); + + if (unref_) + gdk_cursor_unref(unref_);