Bug 153234

Summary: [B3][Win64] Compile and warning fixes.
Product: WebKit Reporter: peavo
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, commit-queue, fpizlo, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description peavo 2016-01-19 07:01:27 PST
The size of 'long' is 4 bytes on Win64. We can use 'long long' instead, when we want the size to be 8 bytes.
Comment 1 peavo 2016-01-19 07:05:48 PST
Created attachment 269267 [details]
Patch
Comment 2 peavo 2016-01-19 12:51:29 PST
Thanks for the review :)
Comment 3 WebKit Commit Bot 2016-01-19 13:49:24 PST
Comment on attachment 269267 [details]
Patch

Clearing flags on attachment: 269267

Committed r195314: <http://trac.webkit.org/changeset/195314>
Comment 4 WebKit Commit Bot 2016-01-19 13:49:28 PST
All reviewed patches have been landed.  Closing bug.