Bug 79286 - Fix Object.freeze for non-final objects.
Summary: Fix Object.freeze for non-final objects.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-22 15:32 PST by Gavin Barraclough
Modified: 2012-02-22 15:47 PST (History)
0 users

See Also:


Attachments
Fix (13.32 KB, patch)
2012-02-22 15:35 PST, Gavin Barraclough
oliver: review+
Details | Formatted Diff | Diff

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