[Webkit-unassigned] [Bug 20339] REGRESSION(r35531-r35615): Acid3 crashes on Windows in CachedFont::getSVGFontById

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 9 17:49:10 PDT 2008


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sfalken at apple.com




------- Comment #2 from mitz at webkit.org  2008-08-09 17:49 PDT -------
The assertion fails because SVGElementFactory.cpp uses the HTMLNames namespace
for the tag names instead of the SVGNames namespace. That probably happens
because an earlier file in DerivedSources.cpp includes a "using namespace
WebCore::HTMLNames" statement.
I fixed the problem for *ElementFactory.cpp, only to get another crash on
Acid3, so this should probably be fixed in DerivedSources.cpp.


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