Bug 41929 - Property declarations in an object literal should not consider the prototype chain when being added to the new object
Summary: Property declarations in an object literal should not consider the prototype ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks: 44240
  Show dependency treegraph
 
Reported: 2010-07-08 22:06 PDT by Oliver Hunt
Modified: 2010-08-24 10:09 PDT (History)
1 user (show)

See Also:


Attachments
Patch (38.62 KB, patch)
2010-07-08 22:18 PDT, Oliver Hunt
sam: 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 2010-07-08 22:06:49 PDT
Property declarations in an object literal should not consider the prototype chain when being added to the new object
Comment 1 Oliver Hunt 2010-07-08 22:18:25 PDT
Created attachment 61004 [details]
Patch
Comment 2 Sam Weinig 2010-07-08 22:22:55 PDT
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.
Comment 3 Oliver Hunt 2010-07-08 22:48:12 PDT
Committed r62896: <http://trac.webkit.org/changeset/62896>
Comment 4 David Kilzer (:ddkilzer) 2010-08-24 10:09:00 PDT
(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>