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+

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.