Bug 69393

Summary: Make Object.prototype getter/setter methods match ES5 behaviour
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fix sam: review+

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.