Bug 62117 - [GTK] "webkithittestresult.h" is malformed
Summary: [GTK] "webkithittestresult.h" is malformed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Xan Lopez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-06 03:21 PDT by Mikkel Kruse Johnsen
Modified: 2011-06-07 08:34 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.66 KB, patch)
2011-06-07 07:47 PDT, Xan Lopez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikkel Kruse Johnsen 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))
Comment 1 Xan Lopez 2011-06-07 07:47:06 PDT
Created attachment 96244 [details]
Patch
Comment 2 Martin Robinson 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.
Comment 3 Xan Lopez 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>
Comment 4 Xan Lopez 2011-06-07 08:34:05 PDT
All reviewed patches have been landed.  Closing bug.