Hi all, As I'll probably need to add some special handling for ruby in inline flow boxes, I came across this flag InlineBox::m_isSVG. AFAICT it doesn't seem to have a deep functionality (it seems to be always true for SVG boxes and always false for non-SVG boxes). Now, in order to consolidate the code with my intended changes, I wanted to replace this flag with a virtual function call on InlineBox::isSVG().
However, before going ahead with this I wanted to ask whether I'm missing something, or whether there are folks who are deeply attached to this bit (for debugging purposes, perhaps?). Cheers, Roland
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

