* SUMMARY JS Pretty Printing: "case" or "default" outside of switch causes unbalanced indentation. It breaks indentation of the rest of the file. * TEST function(){this.default;this.other;} * EXPECTED function(){ this.default; this.other; } * ACTUAL function(){ this.default; this.other; }
<rdar://problem/20081419>
Created attachment 248136 [details] [PATCH] Proposed Fix
Comment on attachment 248136 [details] [PATCH] Proposed Fix Clearing flags on attachment: 248136 Committed r181205: <http://trac.webkit.org/changeset/181205>
All reviewed patches have been landed. Closing bug.