WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug