Bug 69393 - Make Object.prototype getter/setter methods match ES5 behaviour
Summary: Make Object.prototype getter/setter methods match ES5 behaviour
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: 2011-10-04 18:51 PDT by Gavin Barraclough
Modified: 2011-10-05 11:15 PDT (History)
1 user (show)

See Also:


Attachments
Fix (9.64 KB, patch)
2011-10-04 18:54 PDT, Gavin Barraclough
sam: 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 2011-10-04 18:51:29 PDT
The rest of Object.prototype no longer substitute Null/Undefined with the global object, this is old ES3 behaviour.  Remove it here too.
Comment 1 Gavin Barraclough 2011-10-04 18:54:13 PDT
Created attachment 109728 [details]
Fix
Comment 2 Gavin Barraclough 2011-10-05 11:15:01 PDT
Fixed in r96729.