[webkit-reviews] review granted: [Bug 186924] [Cocoa] reduce unnecessary use of .mm source files in WTF, spruce up some implementation details : [Attachment 343329] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 09:11:12 PDT 2018


Anders Carlsson <andersca at apple.com> has granted Darin Adler
<darin at apple.com>'s request for review:
Bug 186924: [Cocoa] reduce unnecessary use of .mm source files in WTF, spruce
up some implementation details
https://bugs.webkit.org/show_bug.cgi?id=186924

Attachment 343329: Patch

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




--- Comment #3 from Anders Carlsson <andersca at apple.com> ---
Comment on attachment 343329
  --> https://bugs.webkit.org/attachment.cgi?id=343329
Patch

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

> Source/WTF/wtf/cocoa/CPUTimeCocoa.cpp:83
> +    return Seconds(info.user_time.seconds + info.system_time.seconds) +
Seconds::fromMicroseconds(info.user_time.microseconds +
info.system_time.microseconds);

Could make this use uniform initialization.


More information about the webkit-reviews mailing list