Summary: | JSC: Refactor Opcodes to distinguish between core and extension opcodes | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Mark Lam <mark.lam> | ||||
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | fpizlo, ggaren, ossy, webkit.review.bot | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Mark Lam
2012-09-11 21:52:28 PDT
Created attachment 163520 [details]
Fix.
Attachment 163520 [details] did not pass style-queue:
Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1
Source/JavaScriptCore/bytecode/Opcode.h:42: Code inside a namespace should not be indented. [whitespace/indent] [4]
Total errors found: 1 in 3 files
If any of these errors are false positives, please file a bug against check-webkit-style.
The style checker will complain about indented code in the namespace. This is needed to stay consistent with existing code in Opcode.h. To resolve this complaint would mean making the changed code inconsistent with the rest, or go on an unindent spree that will make the diff hard to read. It's better off the way it is right now. *** Bug 96509 has been marked as a duplicate of this bug. *** Comment on attachment 163520 [details] Fix. Clearing flags on attachment: 163520 Committed r128369: <http://trac.webkit.org/changeset/128369> All reviewed patches have been landed. Closing bug. |