Bug 41998 - Fix SVG tag name casing for HTMLTreeBuilder
Summary: Fix SVG tag name casing for HTMLTreeBuilder
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks: 41123
  Show dependency treegraph
 
Reported: 2010-07-09 15:17 PDT by Eric Seidel (no email)
Modified: 2010-07-09 15:31 PDT (History)
1 user (show)

See Also:


Attachments
Patch (22.65 KB, patch)
2010-07-09 15:21 PDT, Eric Seidel (no email)
abarth: review+
abarth: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.