Summary: | Property declarations in an object literal should not consider the prototype chain when being added to the new object | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Oliver Hunt <oliver> | ||||
Component: | New Bugs | Assignee: | Oliver Hunt <oliver> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | ddkilzer | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Other | ||||||
OS: | OS X 10.5 | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 44240 | ||||||
Attachments: |
|
Description
Oliver Hunt
2010-07-08 22:06:49 PDT
Created attachment 61004 [details]
Patch
Comment on attachment 61004 [details] Patch > + > + The "direct" flag should only be set this put_by_id is to initialise > + an object literal. Typo. initialise -> initialize. r=me. Committed r62896: <http://trac.webkit.org/changeset/62896> (In reply to comment #3) > Committed r62896: <http://trac.webkit.org/changeset/62896> This caused Bug 44240. Fixed in r65847. <http://trac.webkit.org/changeset/65847> |