RESOLVED FIXED 50289
Make ProgressEvent 64-bit instead of 32-bit
https://bugs.webkit.org/show_bug.cgi?id=50289
Summary Make ProgressEvent 64-bit instead of 32-bit
Darin Adler
Reported 2010-11-30 16:27:11 PST
Make ProgressEvent 64-bit instead of 32-bit
Attachments
Patch (21.11 KB, patch)
2010-11-30 17:10 PST, Darin Adler
ap: review+
Darin Adler
Comment 1 2010-11-30 17:10:55 PST
Darin Adler
Comment 2 2010-11-30 17:11:33 PST
Alexey Proskuryakov
Comment 3 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
Darin Adler
Comment 4 2010-11-30 17:28:13 PST
Note You need to log in before you can comment on or make changes to this bug.