Bug 170645 - Drop std::chrono support from Timer class
Summary: Drop std::chrono support from Timer class
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-08 14:16 PDT by Chris Dumez
Modified: 2017-04-08 16:19 PDT (History)
7 users (show)

See Also:


Attachments
Patch (47.71 KB, patch)
2017-04-08 14:20 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (47.61 KB, patch)
2017-04-08 14:30 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2017-04-08 14:16:12 PDT
Drop std::chrono support from Timer class now that we prefer using Seconds type.
Comment 1 Chris Dumez 2017-04-08 14:20:12 PDT
Created attachment 306581 [details]
Patch
Comment 2 Build Bot 2017-04-08 14:22:39 PDT
Attachment 306581 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/Timer.h:166:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 1 in 38 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Chris Dumez 2017-04-08 14:30:54 PDT
Created attachment 306582 [details]
Patch
Comment 4 Build Bot 2017-04-08 14:33:49 PDT
Attachment 306582 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/Timer.h:166:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 1 in 38 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Chris Dumez 2017-04-08 16:19:21 PDT
Comment on attachment 306582 [details]
Patch

Clearing flags on attachment: 306582

Committed r215152: <http://trac.webkit.org/changeset/215152>
Comment 6 Chris Dumez 2017-04-08 16:19:23 PDT
All reviewed patches have been landed.  Closing bug.