Bug 41998

Summary: Fix SVG tag name casing for HTMLTreeBuilder
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 41123    
Attachments:
Description Flags
Patch abarth: review+, abarth: commit-queue+

Description Eric Seidel (no email) 2010-07-09 15:17:35 PDT
Fix SVG tag name casing for HTMLTreeBuilder
Comment 1 Eric Seidel (no email) 2010-07-09 15:21:36 PDT
Created attachment 61108 [details]
Patch
Comment 2 Adam Barth 2010-07-09 15:25:10 PDT
Comment on attachment 61108 [details]
Patch

We need to fix the names #ifdef problem.  Is this going to break non-default configurations?
Comment 3 Eric Seidel (no email) 2010-07-09 15:29:55 PDT
Committed r63003: <http://trac.webkit.org/changeset/63003>
Comment 4 Eric Seidel (no email) 2010-07-09 15:31:56 PDT
yes, it will.  We need to fix the SVGNames generation problem in general.