Bug 34270 - WebCore should not use int64 type
Summary: WebCore should not use int64 type
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-28 09:13 PST by Steve Block
Modified: 2010-01-28 18:58 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.27 KB, patch)
2010-01-28 10:34 PST, Steve Block
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Block 2010-01-28 09:13:25 PST
V8Binding.h uses int64 type. This should not be used in WebCore.

This was introduced in http://trac.webkit.org/changeset/53574 and causes build errors on Android.

See https://bugs.webkit.org/show_bug.cgi?id=25011 for a similar example.
Comment 1 Steve Block 2010-01-28 10:34:29 PST
Created attachment 47628 [details]
Patch
Comment 2 WebKit Commit Bot 2010-01-28 18:58:04 PST
Comment on attachment 47628 [details]
Patch

Clearing flags on attachment: 47628

Committed r54038: <http://trac.webkit.org/changeset/54038>
Comment 3 WebKit Commit Bot 2010-01-28 18:58:10 PST
All reviewed patches have been landed.  Closing bug.