RESOLVED FIXED 69393
Make Object.prototype getter/setter methods match ES5 behaviour
https://bugs.webkit.org/show_bug.cgi?id=69393
Summary Make Object.prototype getter/setter methods match ES5 behaviour
Gavin Barraclough
Reported 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.
Attachments
Fix (9.64 KB, patch)
2011-10-04 18:54 PDT, Gavin Barraclough
sam: review+
Gavin Barraclough
Comment 1 2011-10-04 18:54:13 PDT
Gavin Barraclough
Comment 2 2011-10-05 11:15:01 PDT
Fixed in r96729.
Note You need to log in before you can comment on or make changes to this bug.