Patch forthcoming.
Created attachment 222898 [details] the patch
Attachment 222898 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/bytecode/CodeBlock.h:978: The parameter name "exec" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/JavaScriptCore/profiler/ProfilerBytecodeSequence.cpp:52: Wrong number of spaces before statement. (expected: 12) [whitespace/indent] [4] Total errors found: 2 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
(In reply to comment #2) > Attachment 222898 [details] did not pass style-queue: > > > ERROR: Source/JavaScriptCore/bytecode/CodeBlock.h:978: The parameter name "exec" adds no information, so it should be removed. [readability/parameter_name] [5] Fixed. > ERROR: Source/JavaScriptCore/profiler/ProfilerBytecodeSequence.cpp:52: Wrong number of spaces before statement. (expected: 12) [whitespace/indent] [4] Lol, whoa - that's totally wrong. 4 spaces is clearly the only correct choice here. > Total errors found: 2 in 6 files > > > If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 222898 [details] the patch r=me
Landed in http://trac.webkit.org/changeset/163259