[Webkit-unassigned] [Bug 135299] New: Fix 32-bit build breakage
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 25 11:56:40 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=135299
Summary: Fix 32-bit build breakage
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: sbarati at apple.com
32-bit builds currently break because global variable id's for high fidelity type profiling are int64_t. Change this to intptr_t so that it's 32 bits on 32-bit platforms and 64-bits on 64-bit platforms.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list