Bug 158905 - Use time literals in WebCore
Summary: Use time literals in WebCore
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-18 01:47 PDT by Antti Koivisto
Modified: 2016-06-18 04:46 PDT (History)
6 users (show)

See Also:


Attachments
patch (15.59 KB, patch)
2016-06-18 01:52 PDT, Antti Koivisto
no flags Details | Formatted Diff | Diff
Patch (16.40 KB, patch)
2016-06-18 02:56 PDT, Antti Koivisto
no flags Details | Formatted Diff | Diff
Patch (16.33 KB, patch)
2016-06-18 03:23 PDT, Antti Koivisto
no flags Details | Formatted Diff | Diff
Patch (16.36 KB, patch)
2016-06-18 03:53 PDT, Antti Koivisto
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2016-06-18 01:47:45 PDT
std::chrono::milliseconds(1) -> 1ms
Comment 1 Antti Koivisto 2016-06-18 01:52:03 PDT
Created attachment 281612 [details]
patch
Comment 2 Antti Koivisto 2016-06-18 02:56:25 PDT
Created attachment 281614 [details]
Patch
Comment 3 Antti Koivisto 2016-06-18 03:23:09 PDT
Created attachment 281616 [details]
Patch
Comment 4 Antti Koivisto 2016-06-18 03:53:09 PDT
Created attachment 281617 [details]
Patch
Comment 5 Antti Koivisto 2016-06-18 04:46:42 PDT
https://trac.webkit.org/r202198