[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 14:59:33 PDT 2010


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





--- Comment #4 from Darin Adler <darin at apple.com>  2010-10-21 14:59:33 PST ---
(From update of attachment 71497)
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?

-- 
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