RESOLVED FIXED62820
Introduced SlotVisitor into the project
https://bugs.webkit.org/show_bug.cgi?id=62820
Summary Introduced SlotVisitor into the project
Geoffrey Garen
Reported 2011-06-16 14:14:34 PDT
Introduced SlotVisitor into the project
Attachments
Patch (20.43 KB, patch)
2011-06-16 14:20 PDT, Geoffrey Garen
no flags
Patch (22.26 KB, patch)
2011-06-16 14:25 PDT, Geoffrey Garen
no flags
Patch (24.37 KB, patch)
2011-06-16 14:33 PDT, Geoffrey Garen
no flags
Geoffrey Garen
Comment 1 2011-06-16 14:20:15 PDT
Geoffrey Garen
Comment 2 2011-06-16 14:25:02 PDT
WebKit Review Bot
Comment 3 2011-06-16 14:26:38 PDT
Attachment 97498 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/CMakeLists.txt', u'S..." exit_code: 1 Source/WebCore/dom/NodeFilterCondition.h:32: Code inside a namespace should not be indented. [whitespace/indent] [4] Total errors found: 1 in 24 files If any of these errors are false positives, please file a bug against check-webkit-style.
Oliver Hunt
Comment 4 2011-06-16 14:29:47 PDT
Comment on attachment 97498 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=97498&action=review r=me if you fix the style problem >> Source/WebCore/dom/NodeFilterCondition.h:32 >> - class MarkStack; >> - typedef MarkStack SlotVisitor; >> + class SlotVisitor; > > Code inside a namespace should not be indented. [whitespace/indent] [4] Fixerate this.
Geoffrey Garen
Comment 5 2011-06-16 14:33:53 PDT
WebKit Review Bot
Comment 6 2011-06-16 14:35:45 PDT
Attachment 97501 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/CMakeLists.txt', u'S..." exit_code: 1 Source/WebCore/dom/NodeFilterCondition.h:32: Code inside a namespace should not be indented. [whitespace/indent] [4] Total errors found: 1 in 26 files If any of these errors are false positives, please file a bug against check-webkit-style.
Geoffrey Garen
Comment 7 2011-06-16 15:01:47 PDT
Note You need to log in before you can comment on or make changes to this bug.