Bug 87987
| Summary: | Support throwing TypeError from WebIDL bindings | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alec Flett <alecflett> |
| Component: | WebCore JavaScript | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | jsbell |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 85513 | ||
Alec Flett
The current WebIDL scripts / bindings dont' support any means to throw a JavaScript TypeError. We'll probably need to (taking a cue from Mozilla) have a special error code.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Joshua Bell
Whoops, didn't notice we had an existing bug for this. Patch and tests in the other one, so marking this as the dupe.
*** This bug has been marked as a duplicate of bug 91679 ***