[webkit-reviews] review denied: [Bug 61456] Implements monotonic time in WebKit : [Attachment 94825] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 25 14:22:05 PDT 2011


Andreas Kling <kling at webkit.org> has denied Igor Trindade Oliveira
<itrindade.oliveira at gmail.com>'s request for review:
Bug 61456: Implements monotonic time in WebKit
https://bugs.webkit.org/show_bug.cgi?id=61456

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

------- Additional Comments from Andreas Kling <kling at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=94825&action=review

This patch effectively adds dead code, so r-.
How do you plan to use this new functionality?

> Source/JavaScriptCore/JavaScriptCore.pri:58
> +unix {
> +    LIBS += -lrt
> +}

Do other *nix ports already link with librt?


More information about the webkit-reviews mailing list