RESOLVED FIXED145174
REGRESSION(r184420): [GTK] webkit_dom_html_element_get_children has been removed
https://bugs.webkit.org/show_bug.cgi?id=145174
Summary REGRESSION(r184420): [GTK] webkit_dom_html_element_get_children has been removed
Carlos Garcia Campos
Reported 2015-05-19 06:45:15 PDT
Missing API (API break!) detected in GObject DOM bindings WebKitDOMHTMLCollection* webkit_dom_html_element_get_children(WebKitDOMHTMLElement*) children property has been moved to Element, Document and DocumentFragment to match the spec, so we need to expose the new get_children and bring back webkit_dom_html_element_get_children() as deprecated.
Attachments
Patch (4.25 KB, patch)
2015-05-20 00:38 PDT, Carlos Garcia Campos
pnormand: review+
Carlos Garcia Campos
Comment 1 2015-05-20 00:38:21 PDT
Carlos Garcia Campos
Comment 2 2015-05-20 00:55:42 PDT
Note You need to log in before you can comment on or make changes to this bug.