[Webkit-unassigned] [Bug 15275] New: SVG dependency on webcore/dom/xmltokenizer.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 24 15:57:13 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15275

           Summary: SVG dependency on webcore/dom/xmltokenizer.cpp
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jrvargas0 at gmail.com


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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list