[webkit-reviews] review granted: [Bug 193417] Use MonotonicTime in WorkerRunLoop : [Attachment 359330] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 20 12:39:23 PST 2019


Saam Barati <sbarati at apple.com> has granted youenn fablet <youennf at gmail.com>'s
request for review:
Bug 193417: Use MonotonicTime in WorkerRunLoop
https://bugs.webkit.org/show_bug.cgi?id=193417

Attachment 359330: Patch

https://bugs.webkit.org/attachment.cgi?id=359330&action=review




--- Comment #7 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 359330
  --> https://bugs.webkit.org/attachment.cgi?id=359330
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=359330&action=review

r=me

> Source/WebCore/workers/WorkerRunLoop.cpp:54
> +    void stop() final { m_nextFireTime = MonotonicTime { }; }

would: `m_nextFireTime = { }` work?


More information about the webkit-reviews mailing list