[webkit-reviews] review granted: [Bug 23889] Negative visit counts stored in History.plist aren't corrected : [Attachment 27555] Revised patch that uses max of 0 instead of 1 for daily & weekly counts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 10 22:36:08 PST 2009


mitz at webkit.org has granted John Sullivan <sullivan at apple.com>'s request for
review:
Bug 23889: Negative visit counts stored in History.plist aren't corrected
https://bugs.webkit.org/show_bug.cgi?id=23889

Attachment 27555: Revised patch that uses max of 0 instead of 1 for daily &
weekly counts
https://bugs.webkit.org/attachment.cgi?id=27555&action=review

------- Additional Comments from mitz at webkit.org
r=me
It would be nicer to use max instead of MAX, since this is a C++ file. You may
need to add "using namespace std" in order to be able to do it.


More information about the webkit-reviews mailing list