Bug 32219 - Object.create fails if properties on the descriptor are getters
Summary: Object.create fails if properties on the descriptor are getters
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-07 05:44 PST by Oliver Hunt
Modified: 2009-12-07 05:51 PST (History)
1 user (show)

See Also:


Attachments
Patch (6.73 KB, patch)
2009-12-07 05:46 PST, Oliver Hunt
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2009-12-07 05:44:48 PST
Once again i forgot to initialise the propertyslot with a base object.
Comment 1 Oliver Hunt 2009-12-07 05:46:45 PST
Created attachment 44407 [details]
Patch
Comment 2 Maciej Stachowiak 2009-12-07 05:47:46 PST
Comment on attachment 44407 [details]
Patch

r=me
Comment 3 Oliver Hunt 2009-12-07 05:51:17 PST
Committed r51760