[Webkit-unassigned] [Bug 62117] New: [GTK] "webkithittestresult.h" is malformed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 6 03:21:38 PDT 2011


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

           Summary: [GTK] "webkithittestresult.h" is malformed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mikkel at linet.dk


In the Gtk version of "webkithittestresult.h" there is a typo in the object/class definition, it says:

#define WEBKIT_HIT_TEST_RESULT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_TYPE_WEB_HIT_TEST_RESULT, WebKitHitTestResultClass))

and should be:

#define WEBKIT_HIT_TEST_RESULT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_TYPE_HIT_TEST_RESULT, WebKitHitTestResultClass))

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