WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
128134
check-webkit-style should complain about calling zero-parameter constructor with parentheses
https://bugs.webkit.org/show_bug.cgi?id=128134
Summary
check-webkit-style should complain about calling zero-parameter constructor w...
Blaze Burg
Reported
2014-02-03 15:50:50 PST
Given the constructor EmptyInputCursor() { } Good: static PassRefPtr<EmptyInputCursor> create() { return adoptRef(new EmptyInputCursor); } Bad: static PassRefPtr<EmptyInputCursor> create() { return adoptRef(new EmptyInputCursor()); }
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug