Bug 15275

Summary: SVG dependency on WebCore/dom/XMLTokenizer.cpp
Product: WebKit Reporter: Ricardo Vargas <jrvargas0>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ddkilzer
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch v1 mrowe: review+

Ricardo Vargas
Reported 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.
Attachments
Patch v1 (1.10 KB, patch)
2007-09-24 22:24 PDT, David Kilzer (:ddkilzer)
mrowe: review+
David Kilzer (:ddkilzer)
Comment 1 2007-09-24 22:24:49 PDT
Created attachment 16381 [details] Patch v1
David Kilzer (:ddkilzer)
Comment 2 2007-09-25 11:17:10 PDT
Committed revision 25724.
Note You need to log in before you can comment on or make changes to this bug.