Bug 36494 - Fix compilation on Itanium in 32-bit mode
Summary: Fix compilation on Itanium in 32-bit mode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 36493
  Show dependency treegraph
 
Reported: 2010-03-23 08:24 PDT by Kent Hansen
Modified: 2010-03-23 11:31 PDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (1.28 KB, patch)
2010-03-23 08:33 PDT, Kent Hansen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Hansen 2010-03-23 08:24:37 PDT
JavaScriptCore/wtf/Platform.h doesn't take into account that IA64 can run in 32-bit mode; WTF_USE_JSVALUE64 will be defined regardless. This causes compilation to fail.
Comment 1 Kent Hansen 2010-03-23 08:33:27 PDT
Created attachment 51428 [details]
Proposed patch
Comment 2 WebKit Commit Bot 2010-03-23 11:31:02 PDT
Comment on attachment 51428 [details]
Proposed patch

Clearing flags on attachment: 51428

Committed r56403: <http://trac.webkit.org/changeset/56403>
Comment 3 WebKit Commit Bot 2010-03-23 11:31:07 PDT
All reviewed patches have been landed.  Closing bug.