Bug 142064

Summary: The bool returning form of BytecodeGenerator::addVar() can be removed
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, mark.lam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 142067    
Bug Blocks: 141174    
Attachments:
Description Flags
the patch
mark.lam: review+
patch for commit of assertion failure fix. none

Description Filip Pizlo 2015-02-26 16:46:22 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2015-02-26 16:51:14 PST
Created attachment 247467 [details]
the patch
Comment 2 WebKit Commit Bot 2015-02-26 16:52:21 PST
Attachment 247467 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:616:  The parameter name "ident" adds no information, so it should be removed.  [readability/parameter_name] [5]
ERROR: Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:616:  The parameter name "constantMode" adds no information, so it should be removed.  [readability/parameter_name] [5]
ERROR: Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:616:  The parameter name "watchMode" adds no information, so it should be removed.  [readability/parameter_name] [5]
Total errors found: 3 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Mark Lam 2015-02-26 16:52:54 PST
Comment on attachment 247467 [details]
the patch

r=me
Comment 4 Filip Pizlo 2015-02-26 16:55:59 PST
Landed in http://trac.webkit.org/changeset/180711
Comment 5 Brent Fulgham 2015-02-26 17:12:24 PST
This may have caused a bunch of Debug assertions Windows. I'm trying to debug locally.
Comment 6 WebKit Commit Bot 2015-02-26 17:58:52 PST
Re-opened since this is blocked by bug 142067
Comment 7 Mark Lam 2015-02-26 18:05:44 PST
Created attachment 247478 [details]
patch for commit of assertion failure fix.
Comment 8 Mark Lam 2015-02-26 18:08:42 PST
Fix for assertion failure landed in r180719: <http://trac.webkit.org/r180719>.
Comment 9 Filip Pizlo 2015-02-26 18:28:29 PST
(In reply to comment #8)
> Fix for assertion failure landed in r180719:
> <http://trac.webkit.org/r180719>.

Thanks!