[Webkit-unassigned] [Bug 33486] Upgrade 1.1.17->1.1.18 fails: GTK_WIDGET_TOPLEVEL' was not declared in this scope
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 12 13:33:28 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33486
David Ronis <David.Ronis at McGill.CA> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #46397| |review+
Flag| |
--- Comment #2 from David Ronis <David.Ronis at McGill.CA> 2010-01-12 13:33:28 PST ---
Created an attachment (id=46397)
--> (https://bugs.webkit.org/attachment.cgi?id=46397)
Fix deprecated symbols to allow webkitgtk+ 1.1.18 to compile against
gtk+-2.19.3.
It turns out there were only a few places that the deprecated symbols triggered
a compile error. The patch fixes there. Note that one of the changes required
me to cast as:
- return GTK_WIDGET_CAN_FOCUS(m_webView);
+ return gtk_widget_get_can_focus((GtkWidget*)m_webView);
It compiles but I'm not sure it's right.
--
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