Bug 86523
| Summary: | The stack property on the exception object should be read-write in JSC (is currently read-only) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brady Eidson <beidson> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ggaren, msaboff, oliver, ossy, sam |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Brady Eidson
The stack property on the exception object should be read-write in JSC (is currently read-only)
That it is read-only caused a layout test failure in the newly added fast/dom/DOMException/stack-trace.html as discussed in https://bugs.webkit.org/show_bug.cgi?id=86442
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Brady Eidson
<rdar://problem/11458323>
Alexey Proskuryakov
Sounds like a duplicate of bug 86128.
Sam Weinig
*** This bug has been marked as a duplicate of bug 86128 ***