Bug 33116
| Summary: | style-bot doesn't like underscores in function names | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Robert Hogan <robert> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | abarth |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Other | ||
| OS: | OS X 10.5 | ||
Robert Hogan
> qt_drt_setTimelineProfilingEnabled is incorrectly named. Don't use underscores
> in your identifier names. [readability/naming] [4]
https://bugs.webkit.org/show_bug.cgi?id=33096
This function naming style is in use for extern functions in Qt WebKit used by Qt's DRT.
See http://trac.webkit.org/browser/trunk/WebKit/qt/Api/qwebframe.cpp#L90 and co.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Barth
*** This bug has been marked as a duplicate of bug 33663 ***