Bug 76097

Summary: Object.defineProperty([], 'length', {}) should not make length read-only
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fix oliver: review+

Description Gavin Barraclough 2012-01-11 12:50:02 PST
We should be checking writablePresent().
Comment 1 Gavin Barraclough 2012-01-11 13:01:54 PST
Created attachment 122081 [details]
Fix
Comment 2 Gavin Barraclough 2012-01-11 17:30:42 PST
Fixed in r104777.