Bug 41809

Summary: Lazy mode of parser allows invalid syntax in object literals.
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: New BugsAssignee: Oliver Hunt <oliver>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch ggaren: review+

Description Oliver Hunt 2010-07-07 16:05:41 PDT
Lazy mode of parser allows invalid syntax in object literals.
Comment 1 Oliver Hunt 2010-07-07 16:10:05 PDT
Created attachment 60796 [details]
Patch
Comment 2 Darin Adler 2010-07-07 16:16:11 PDT
Comment on attachment 60796 [details]
Patch

What about a test case?
Comment 3 Geoffrey Garen 2010-07-07 16:16:27 PDT
Comment on attachment 60796 [details]
Patch

r=me
Comment 4 Oliver Hunt 2010-07-07 16:28:11 PDT
Committed r62727: <http://trac.webkit.org/changeset/62727>