[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 01:53:52 PST 2013


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





--- Comment #12 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-11-05 01:52:38 PST ---
I've just build with your patch (after fixing the conflicts) and it seems to work fine here:

$ nm -D libwebkitgtk-3.0.so.0.20.0 | grep webkit_dom_html_head_element_get_profile
00000000019a57a0 T webkit_dom_html_head_element_get_profile
$ nm -D libwebkitgtk-3.0.so.0.20.0 | grep webkit_dom_processing_instruction_get_data
00000000019a57f0 T webkit_dom_processing_instruction_get_data
$ nm -D libwebkit2gtk-3.0.so.25.5.0 | grep webkit_dom_html_head_element_get_profile
0000000001f1ceb0 T webkit_dom_html_head_element_get_profile
$ nm -D libwebkit2gtk-3.0.so.25.5.0 | grep webkit_dom_processing_instruction_get_data
0000000001f1cf00 T webkit_dom_processing_instruction_get_data

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