Bug 79286

Summary: Fix Object.freeze for non-final objects.
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-02-22 15:32:07 PST
For vanilla objects we implement this with a single transition, for objects with special properties we should just follow the spec defined algorithm.
Comment 1 Gavin Barraclough 2012-02-22 15:35:18 PST
Created attachment 128306 [details]
Fix
Comment 2 Gavin Barraclough 2012-02-22 15:47:32 PST
Fixed in r108568