[Webkit-unassigned] [Bug 47090] New: Don't use GtkObject

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 4 08:49:24 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47090

           Summary: Don't use GtkObject
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: carlosgc at gnome.org


Created an attachment (id=69638)
 --> (https://bugs.webkit.org/attachment.cgi?id=69638)
Do not use GtkObject

GtkObject has been removed in gtk3. It's only used in WebCore/plugins/gtk/gtk2xtbin.c, where we can just use GObjectClass->dispose to make the code compatible with gtk2, and WebKit/gtk/WebCoreSupport/FullscreenVideoController.cpp that calls gtk_adjustment_new() which returned a GtkObject in gtk2, but now returns a GtkAdjustment.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list