Bug 108661
Summary: | DOMException does not inherit from Object | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | cdumez |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 76198 |
Zan Dobersek
DOMException does not inherit from Object.
Evident from the failure on the following IETC test with both JSC and V8:
http://samples.msdn.microsoft.com/ietestcenter/dominheritance/Prototype_DOMException.htm
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Dumez
DOMException subclasses Error as per:
https://heycam.github.io/webidl/#es-DOMException-specialness