RESOLVED FIXED 15275
SVG dependency on WebCore/dom/XMLTokenizer.cpp
https://bugs.webkit.org/show_bug.cgi?id=15275
Summary SVG dependency on WebCore/dom/XMLTokenizer.cpp
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.