[Webkit-unassigned] [Bug 46676] HTMLTreeBuilder's InForeignContent code needs a re-write

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 21 15:31:09 PDT 2010


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





--- Comment #6 from James Simonsen <simonjam at chromium.org>  2010-10-21 15:31:09 PST ---
(In reply to comment #4)
> (From update of attachment 71497 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=71497&action=review
> 
> > WebCore/html/parser/HTMLElementStack.cpp:73
> > +#if ENABLE(SVG_FOREIGN_OBJECT)
> > +        || element->hasTagName(SVGNames::foreignObjectTag)
> > +#endif
> 
> Given that the other MathML and SVG names are handled even if the language is not compiled in, should this really be ifdef'd?

Good point. Fixed.

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



More information about the webkit-unassigned mailing list