[Webkit-unassigned] [Bug 16401] [GTK] GObject/C DOM binding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 13 06:16:51 PST 2009


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





------- Comment #167 from christian at imendio.com  2009-02-13 06:16 PDT -------
(In reply to comment #166)
> (In reply to comment #165)
> > (In reply to comment #155)
> > > Created an attachment (id=27645)
 --> (https://bugs.webkit.org/attachment.cgi?id=27645&action=view) [review] [review] [review]
> > > GdomHTMLTableRowElement.cpp
> > 
> > > GdomHTMLTableRowElement *thiz

> gdom_html_table_row_element_set_ch_off (GdomHTMLTableRowElement *thiz, gchar * value)

This fails if 'value' is NULL. I would think it would be easy on the API side
if we allowed NULL and the _get_ counterpart also returns NULL if it's empty.
Otherwise you have to do if(value && *value) in all code using that API, if you
want to know if the value is actually empty.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list