Bug 15275 - SVG dependency on WebCore/dom/XMLTokenizer.cpp
Summary: SVG dependency on WebCore/dom/XMLTokenizer.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-24 15:57 PDT by Ricardo Vargas
Modified: 2007-09-25 11:17 PDT (History)
1 user (show)

See Also:


Attachments
Patch v1 (1.10 KB, patch)
2007-09-24 22:24 PDT, David Kilzer (:ddkilzer)
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ricardo Vargas 2007-09-24 15:57:13 PDT
Changeset 25098 introduced SVGStyleElement.h as a required include file for webcore/dom/xmltokenizer.cpp outside of the SVG guards so now the file doesn't compile if SVG is not enabled.

moving the #include line to the #if ENABLE(SVG) block solves the issue.
Comment 1 David Kilzer (:ddkilzer) 2007-09-24 22:24:49 PDT
Created attachment 16381 [details]
Patch v1
Comment 2 David Kilzer (:ddkilzer) 2007-09-25 11:17:10 PDT
Committed revision 25724.