Bug 7658 - Object has two properties with the same name
Summary: Object has two properties with the same name
Status: RESOLVED DUPLICATE of bug 6639
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 417.x
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-08 02:24 PST by Francisco Tolmasky
Modified: 2006-03-08 02:52 PST (History)
1 user (show)

See Also:


Attachments
test case with double properties. (312 bytes, text/html)
2006-03-08 02:25 PST, Francisco Tolmasky
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Francisco Tolmasky 2006-03-08 02:24:23 PST
When copying properties between objects, instead of replacing them WebKit/JSC just adds it and thus allows for multiple properties with the same name.
Comment 1 Francisco Tolmasky 2006-03-08 02:25:23 PST
Created attachment 6935 [details]
test case with double properties.
Comment 2 Francisco Tolmasky 2006-03-08 02:36:44 PST
Broken in the nightlies as well.
Comment 3 Mark Rowe (bdash) 2006-03-08 02:52:03 PST

*** This bug has been marked as a duplicate of 6639 ***