GNOME Bugzilla – Bug 765024
Empathy uses deprecated webkit functions
Last modified: 2016-04-14 11:54:46 UTC
Created attachment 325892 [details] [review] renmae webkit_dom_html_element_get_class_name webkit_dom_html_element_get_class_name (and set_class_name) are deprecated and have been replaced by webkit_dom_element_get_classname (). This updates the two function names and the node to element pointer cast. My testing was: 1) run make check 2) run ./src/empathy-chat and see that it rendered with the default theme.
Looks good, thanks!