Bug 161512 - Use BlockPtr::fromCallable in WorkQueue::dispatch and WorkQueue::dispatchAfter
Summary: Use BlockPtr::fromCallable in WorkQueue::dispatch and WorkQueue::dispatchAfter
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-01 15:04 PDT by Anders Carlsson
Modified: 2016-09-01 15:47 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.60 KB, patch)
2016-09-01 15:05 PDT, Anders Carlsson
cdumez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2016-09-01 15:04:09 PDT
Use BlockPtr::fromCallable in WorkQueue::dispatch and WorkQueue::dispatchAfter
Comment 1 Anders Carlsson 2016-09-01 15:05:07 PDT
Created attachment 287688 [details]
Patch
Comment 2 WebKit Commit Bot 2016-09-01 15:06:21 PDT
Attachment 287688 [details] did not pass style-queue:


ERROR: Source/WTF/wtf/cocoa/WorkQueueCocoa.cpp:35:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WTF/wtf/cocoa/WorkQueueCocoa.cpp:42:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 2 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2016-09-01 15:47:46 PDT
Committed r205325: <http://trac.webkit.org/changeset/205325>