Bug 36494

Summary: Fix compilation on Itanium in 32-bit mode
Product: WebKit Reporter: Kent Hansen <kent.hansen>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 36493    
Attachments:
Description Flags
Proposed patch none

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.