[webkit-reviews] review granted: [Bug 94233] [Chromium] Avoid aliasing global symbol monotonicallyIncreasingTime(). : [Attachment 158858] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 16 11:27:17 PDT 2012


James Robinson <jamesr at chromium.org> has granted David Reveman
<reveman at chromium.org>'s request for review:
Bug 94233: [Chromium] Avoid aliasing global symbol
monotonicallyIncreasingTime().
https://bugs.webkit.org/show_bug.cgi?id=94233

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

------- Additional Comments from James Robinson <jamesr at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=158858&action=review


Thanks!

> Source/WebKit/chromium/tests/CCSchedulerTestCommon.h:130
> +    virtual double monotonicTimeNow() const { return m_monotonicTimeNow; }

since you're here, can you add an OVERRIDE?


More information about the webkit-reviews mailing list