Bug 101955
| Summary: | DOMException toString is not correct | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Erik Arvidsson <arv> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cdumez, syoichi |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 101953, 102505 | ||
| Bug Blocks: | |||
Erik Arvidsson
We currently print
"Error: HIERARCHY_REQUEST_ERR: DOM Exception 3"
We should print
"HierarchyRequestError: The operation would yield an incorrect node tree."
that is
`${error.name}: ${error.message}`
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Looks OK nowadays.