Bug 160627
| Summary: | DOMException's properties should be on the instance | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Bindings | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | cdumez |
| Priority: | P2 | Keywords: | WebExposed |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=160626 | ||
Chris Dumez
DOMException's properties should be on the instance, not the prototype:
- http://heycam.github.io/webidl/#es-DOMException-constructor-object
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Already the case, I believe the reason the W3C test are failing is because those properties are getters rather than "value" properties.