Bug 183133 - [WebIDL] @@unscopable value objects in the DOM should have a null prototype
Summary: [WebIDL] @@unscopable value objects in the DOM should have a null prototype
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-26 10:09 PST by Tobie Langel
Modified: 2018-02-26 10:30 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Tobie Langel 2018-02-26 10:30:40 PST
Turns out that WebKit was already doing the right thing:

> Object.getPrototypeOf(Element.prototype[Symbol.unscopables])
< null