Bug 50289 - Make ProgressEvent 64-bit instead of 32-bit
Summary: Make ProgressEvent 64-bit instead of 32-bit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Darin Adler
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-11-30 16:27 PST by Darin Adler
Modified: 2010-11-30 17:28 PST (History)
0 users

See Also:


Attachments
Patch (21.11 KB, patch)
2010-11-30 17:10 PST, Darin Adler
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2010-11-30 16:27:11 PST
Make ProgressEvent 64-bit instead of 32-bit
Comment 1 Darin Adler 2010-11-30 17:10:55 PST
Created attachment 75235 [details]
Patch
Comment 2 Darin Adler 2010-11-30 17:11:33 PST
<rdar://problem/8707465>
Comment 3 Alexey Proskuryakov 2010-11-30 17:18:28 PST
Comment on attachment 75235 [details]
Patch

+        Made constant have internal linkage.

This is not accurate - they already have internal linkage. The only difference between "const" and "static const" is that the latter would get offended if there were a previous declaration, e.g. in header.

r=me
Comment 4 Darin Adler 2010-11-30 17:28:13 PST
Committed r72985: <http://trac.webkit.org/changeset/72985>