Bug 110780

Summary: JSC: DOM prototypes do not have the correct constructor property
Product: WebKit Reporter: Erik Arvidsson <arv>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ap, ggaren, sam, tetsuharu.ohzeki
Priority: P2 Keywords: EasyFix
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.