Bug 42060 - Add ENABLE(SVG) guard around XLink in HTMLTreeBuilder
Summary: Add ENABLE(SVG) guard around XLink in HTMLTreeBuilder
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-12 01:20 PDT by Kwang Yul Seo
Modified: 2010-07-19 03:19 PDT (History)
0 users

See Also:


Attachments
Patch (1.69 KB, patch)
2010-07-12 01:22 PDT, Kwang Yul Seo
no flags Details | Formatted Diff | Diff
Patch (1.69 KB, patch)
2010-07-12 02:13 PDT, Kwang Yul Seo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kwang Yul Seo 2010-07-12 01:20:54 PDT
XLinkNames.h|cpp are generated only when SVG is enabled. Add ENABLE(SVG) guard around XLink in HTMLTreeBuilder.cpp.
Comment 1 Kwang Yul Seo 2010-07-12 01:22:13 PDT
Created attachment 61198 [details]
Patch
Comment 2 Kwang Yul Seo 2010-07-12 02:13:36 PDT
Created attachment 61200 [details]
Patch

Oops. Fix a typo.
Comment 3 Kwang Yul Seo 2010-07-19 03:19:11 PDT
This patch is no longer necessary as now we generate SVGNames for all ports. Refer to bug 42050 for details.