Bug 129836

Summary: CodeGeneratorJS.pm doesn't need to add spaces between consecutive closing template brackets
Product: WebKit Reporter: BJ Burg <bburg>
Component: BindingsAssignee: BJ Burg <bburg>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, cdumez, cgarcia, commit-queue, kling, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch none

Description BJ Burg 2014-03-06 15:21:30 PST
There are a few little cases where it tries to avoid a compiler error we won't ever hit now.
Comment 1 BJ Burg 2014-03-06 16:50:51 PST
Created attachment 226063 [details]
the patch
Comment 2 WebKit Commit Bot 2014-03-06 18:18:10 PST
Comment on attachment 226063 [details]
the patch

Clearing flags on attachment: 226063

Committed r165242: <http://trac.webkit.org/changeset/165242>
Comment 3 WebKit Commit Bot 2014-03-06 18:18:14 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Csaba Osztrogonác 2014-03-06 22:47:40 PST
(In reply to comment #2)
> (From update of attachment 226063 [details])
> Clearing flags on attachment: 226063
> 
> Committed r165242: <http://trac.webkit.org/changeset/165242>

It broke the bindings tests, please fix it.
Comment 5 BJ Burg 2014-03-07 10:10:37 PST
(In reply to comment #4)
> (In reply to comment #2)
> > (From update of attachment 226063 [details] [details])
> > Clearing flags on attachment: 226063
> > 
> > Committed r165242: <http://trac.webkit.org/changeset/165242>
> 
> It broke the bindings tests, please fix it.

Ugh, I forgot those still aren't run by EWS. Will fix.