[Webkit-unassigned] [Bug 23281] New: Fix the Chromium Win build
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 12 18:45:44 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23281
Summary: Fix the Chromium Win build
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dimich at chromium.org
CC: eric at webkit.org
My recent change that introduced WTF::currentTime used PLATFORM(WIN) for all
windows builds that are not GTK and not WX. This is incorrect. PLATFORM(WIN) is
basically "Apple Win Port", while PLATFORM(WIN_OS) is "any port built on
Windows", which I actually wanted. In particular, PLATFORM(CHROMIUM) does not
define WIN but defines WIN_OS.
Patch is coming as soon as I finish both Win builds (regular and scons).
--
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