Bug 76001

Summary: CodeBlock.h declares too many things
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: rakuco, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch
none
the patch
none
the patch barraclough: review+

Description Filip Pizlo 2012-01-10 15:49:16 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2012-01-10 15:51:05 PST
Created attachment 121924 [details]
the patch
Comment 2 Filip Pizlo 2012-01-10 15:53:42 PST
Created attachment 121926 [details]
the patch

Actually wrote a change log.
Comment 3 Filip Pizlo 2012-01-10 15:54:44 PST
<rdar://problem/10672746>
Comment 4 WebKit Review Bot 2012-01-10 15:55:37 PST
Attachment 121924 [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/JavaScriptCore/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Source/JavaScriptCore/bytecode/CallLinkInfo.cpp:27:  You should add a blank line after implementation file's own header.  [build/include_order] [4]
Total errors found: 2 in 19 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Filip Pizlo 2012-01-10 15:56:59 PST
Created attachment 121928 [details]
the patch

Fix style.
Comment 6 WebKit Review Bot 2012-01-10 15:58:22 PST
Attachment 121926 [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/JavaScriptCore/bytecode/CallLinkInfo.cpp:27:  You should add a blank line after implementation file's own header.  [build/include_order] [4]
Total errors found: 1 in 19 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 7 Filip Pizlo 2012-01-10 16:19:35 PST
Landed in http://trac.webkit.org/changeset/104646