Bug 144689 - [WK2] Simplify AsyncRequestImpl::ArgumentType parameters
Summary: [WK2] Simplify AsyncRequestImpl::ArgumentType parameters
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joonghun Park
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-06 09:34 PDT by Joonghun Park
Modified: 2015-05-06 18:24 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.88 KB, patch)
2015-05-06 09:40 PDT, Joonghun Park
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joonghun Park 2015-05-06 09:34:03 PDT
Remove duplicated typename and ::type from AsyncRequestImpl related function parameters.
Comment 1 Joonghun Park 2015-05-06 09:40:47 PDT
Created attachment 252482 [details]
Patch
Comment 2 WebKit Commit Bot 2015-05-06 09:44:02 PDT
Attachment 252482 [details] did not pass style-queue:


ERROR: Source/WebKit2/Shared/AsyncRequest.h:62:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/Shared/AsyncRequest.h:67:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/Shared/AsyncRequest.h:85:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/Shared/AsyncRequest.h:97:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 4 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 WebKit Commit Bot 2015-05-06 18:24:34 PDT
Comment on attachment 252482 [details]
Patch

Clearing flags on attachment: 252482

Committed r183903: <http://trac.webkit.org/changeset/183903>
Comment 4 WebKit Commit Bot 2015-05-06 18:24:38 PDT
All reviewed patches have been landed.  Closing bug.