[webkit-reviews] review granted: [Bug 50289] Make ProgressEvent 64-bit instead of 32-bit : [Attachment 75235] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 30 17:18:28 PST 2010


Alexey Proskuryakov <ap at webkit.org> has granted Darin Adler <darin at apple.com>'s
request for review:
Bug 50289: Make ProgressEvent 64-bit instead of 32-bit
https://bugs.webkit.org/show_bug.cgi?id=50289

Attachment 75235: Patch
https://bugs.webkit.org/attachment.cgi?id=75235&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
+	 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


More information about the webkit-reviews mailing list