Bug 160627 - DOMException's properties should be on the instance
Summary: DOMException's properties should be on the instance
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: WebExposed
Depends on:
Blocks:
 
Reported: 2016-08-05 20:24 PDT by Chris Dumez
Modified: 2016-08-06 10:38 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-08-05 20:24:57 PDT
DOMException's properties should be on the instance, not the prototype:
- http://heycam.github.io/webidl/#es-DOMException-constructor-object
Comment 1 Chris Dumez 2016-08-06 10:38:27 PDT
Already the case, I believe the reason the W3C test are failing is because those properties are getters rather than "value" properties.