RESOLVED FIXED 62117
[GTK] "webkithittestresult.h" is malformed
https://bugs.webkit.org/show_bug.cgi?id=62117
Summary [GTK] "webkithittestresult.h" is malformed
Mikkel Kruse Johnsen
Reported 2011-06-06 03:21:39 PDT
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))
Attachments
Patch (1.66 KB, patch)
2011-06-07 07:47 PDT, Xan Lopez
no flags
Xan Lopez
Comment 1 2011-06-07 07:47:06 PDT
Martin Robinson
Comment 2 2011-06-07 08:30:08 PDT
Comment on attachment 96244 [details] Patch Thanks. We need to merge this into the 1.4.x branch.
Xan Lopez
Comment 3 2011-06-07 08:33:58 PDT
Comment on attachment 96244 [details] Patch Clearing flags on attachment: 96244 Committed r88240: <http://trac.webkit.org/changeset/88240>
Xan Lopez
Comment 4 2011-06-07 08:34:05 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.