Bug 110780 - JSC: DOM prototypes do not have the correct constructor property
Summary: JSC: DOM prototypes do not have the correct constructor property
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: EasyFix
Depends on:
Blocks:
 
Reported: 2013-02-25 12:11 PST by Erik Arvidsson
Modified: 2020-09-27 13:15 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Arvidsson 2013-02-25 12:11:13 PST
The following fails when using JSC bindings

assert(Node.prototype.constructor === Node)

all other browsers (for Gecko you need at least beta channel) passes the above assert.
Comment 1 Tetsuharu Ohzeki [UTC+9] 2020-09-27 08:25:37 PDT
I seem this has been fixed now.
Comment 2 Sam Weinig 2020-09-27 13:15:31 PDT
Thanks.