[Webkit-unassigned] [Bug 21848] New: Soft-linking XSLT uses PLATFORM(MAC) where it should use a USES() define
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 23 18:56:31 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21848
Summary: Soft-linking XSLT uses PLATFORM(MAC) where it should use
a USES() define
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: XML
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: pinkerton at chromium.org
The files
WebKit/WebCore/xml/XSLTUnicodeSort.cpp
WebKit/WebCore/xml/XSLTProcessor.cpp
WebKit/WebCore/xml/XSLStyleSheet.cpp
WebKit/WebCore/xml/XSLTExtensions.cpp
use PLATFORM(MAC) to determine whether or not to soft-link against the XSLT
system framework. PLATFORM(MAC) is the wrong define, it should be a USE() since
different platform implementations may want to make different choices about
this policy.
--
Configure bugmail: https://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