[Webkit-unassigned] [Bug 47092] New: Removed unused callback in webkitwebview

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 4 08:55:51 PDT 2010


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

           Summary: Removed unused callback in webkitwebview
           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=69639)
 --> (https://bugs.webkit.org/attachment.cgi?id=69639)
Remove unused callback

In webkit_web_view_forward_context_menu_event() a callback is connected for the destroy signal of the popup menu, but the menu is never destroyed so the callback never gets called. If it were called it would crash since NULL is passed as user_data, so I think it's safe to just remove the callback.

-- 
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