Bug 77306

Summary: [Chromium] 'let' may become a keyword in ES6
Product: WebKit Reporter: Yuzo Fujishima <yuzo>
Component: JavaScriptCoreAssignee: Mads Ager <ager>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Yuzo Fujishima 2012-01-29 17:03:14 PST
http://trac.webkit.org/changeset/106198 has changed the classification of "let" to "keyword".
Accordingly, the following tests started failing for Chromium.

fast/js/keywords-and-reserved_words.html
fast/js/reserved-words-strict.html
Comment 1 Yuzo Fujishima 2012-01-29 17:05:09 PST

*** This bug has been marked as a duplicate of bug 77303 ***