Bug 25011 - long long vs int64
Summary: long long vs int64
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Nordman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-02 16:16 PDT by Michael Nordman
Modified: 2009-04-03 10:43 PDT (History)
1 user (show)

See Also:


Attachments
long long patch (1.62 KB, patch)
2009-04-02 16:29 PDT, Michael Nordman
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Nordman 2009-04-02 16:16:27 PDT
Use long long, not int64 when working in webcore (sorry).

Patch soon to follow.
Comment 1 Michael Nordman 2009-04-02 16:29:21 PDT
Created attachment 29208 [details]
long long patch
Comment 2 Alexey Proskuryakov 2009-04-03 06:57:07 PDT
Comment on attachment 29208 [details]
long long patch

r=me
Comment 3 Darin Fisher (:fishd, Google) 2009-04-03 09:29:07 PDT
Landed as:  http://trac.webkit.org/changeset/42200
Comment 4 Michael Nordman 2009-04-03 10:43:45 PDT
Thank you