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.
Created attachment 253433 [details] Patch
Committed r184623: <http://trac.webkit.org/changeset/184623>