Bug 131202
Summary: | check-webkit-style gets confused by std::function | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brian Burg <burg> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | llango.u-szeged, ossy |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Brian Burg
Test case: a member like so
std::function<void ()> m_function;
Is interpreted as a function call
ERROR: Source/WebCore/replay/ReplayableTimer.h:89: Extra space before ( in function call [whitespace/parens] [4]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
László Langó
*** This bug has been marked as a duplicate of bug 124730 ***