Bug 50289

Summary: Make ProgressEvent 64-bit instead of 32-bit
Product: WebKit Reporter: Darin Adler <darin>
Component: New BugsAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch ap: review+

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>