[Webkit-unassigned] [Bug 21809] New: Remove PLATFORM(MAC) wrapper from USE(ATSUI)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 22 13:38:55 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21809
Summary: Remove PLATFORM(MAC) wrapper from USE(ATSUI)
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: pinkerton at chromium.org
The PLATFORM(MAC) wrapping USE(ATSUI) is redundant, since right now it's only
defined for Mac. This also makes it impossible moving forward for us to use it
in PLATFORM(CHROMIUM) on Mac OS, since we don't define PLATFORM(MAC).
Another solution would be to change these lines to PLATFORM(MAC) ||
PLATFORM(CHROMIUM) but that seems excessive. Just let the platforms that want
to use ATSUI define ATSUI and avoid the extraneous ifdef cruft.
patch upcoming
--
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