Bug 183133

Summary: [WebIDL] @@unscopable value objects in the DOM should have a null prototype
Product: WebKit Reporter: Tobie Langel <tobie.langel>
Component: BindingsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: cdumez
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Attachments
Tobie Langel
Comment 1 2018-02-26 10:30:40 PST
Turns out that WebKit was already doing the right thing: > Object.getPrototypeOf(Element.prototype[Symbol.unscopables]) < null
Note You need to log in before you can comment on or make changes to this bug.