[Webkit-unassigned] [Bug 123663] [GTK] Missing symbols in 2.3.1, ABI break?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 5 04:03:40 PST 2013


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





--- Comment #17 from Emilio Pozuelo Monfort <pochu27 at gmail.com>  2013-11-05 04:02:27 PST ---
New patch attached addressing all your comments.

(In reply to comment #14)
> > Source/WebCore/bindings/gobject/WebKitDOMCustom.h:481
> > +WEBKIT_API gchar* webkit_dom_html_head_element_get_profile(void* self);
> 
> Use WebKitDOMHTMLHeadElement* instead of void*. We use only void* when the whole class has been removed from the API.
> 
> > Source/WebCore/bindings/gobject/WebKitDOMCustom.h:493
> > + * Returns:
> > + *
> > +**/
> > +WEBKIT_API void webkit_dom_html_head_element_set_profile(void* self, const gchar* value);
> 
> Same comments here.

I think that may have been the cause of the problem I was seeing (which I don't anymore) as the prototype in WebKitDOMCustom.h and WebKitDOMCustom.cpp differed. Everything's working fine now.

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