Bug 41809 - Lazy mode of parser allows invalid syntax in object literals.
Summary: Lazy mode of parser allows invalid syntax in object literals.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-07 16:05 PDT by Oliver Hunt
Modified: 2010-07-07 16:28 PDT (History)
0 users

See Also:


Attachments
Patch (2.32 KB, patch)
2010-07-07 16:10 PDT, Oliver Hunt
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>