| Summary: | Remove all uses of PassRefPtr in WebCore/bindings | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Gyuyoung Kim <gyuyoung.kim> | ||||||
| Component: | New Bugs | Assignee: | Gyuyoung Kim <gyuyoung.kim> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | commit-queue | ||||||
| Priority: | P2 | ||||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 144092 | ||||||||
| Attachments: |
|
||||||||
|
Description
Gyuyoung Kim
2015-09-15 22:42:25 PDT
Created attachment 261297 [details]
Patch
Attachment 261297 [details] did not pass style-queue:
ERROR: Source/WebCore/bridge/NP_jsobject.h:50: _NPN_CreateScriptObject is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4]
ERROR: Source/WebCore/bridge/NP_jsobject.cpp:144: _NPN_CreateScriptObject is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4]
Total errors found: 2 in 20 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 261301 [details]
Patch
Attachment 261301 [details] did not pass style-queue:
ERROR: Source/WebCore/bridge/NP_jsobject.h:50: _NPN_CreateScriptObject is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4]
ERROR: Source/WebCore/bridge/NP_jsobject.cpp:144: _NPN_CreateScriptObject is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4]
Total errors found: 2 in 20 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 261301 [details] Patch Clearing flags on attachment: 261301 Committed r189895: <http://trac.webkit.org/changeset/189895> All reviewed patches have been landed. Closing bug. |