Bug 21157
| Summary: | Web Inspector: console.trace should include (program) and (eval) nodes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Keishi Hattori <keishi> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Enhancement | CC: | bburg, graouts, joepeck, jonowells, kmccullough, mattbaker, nvasilyev, timothy, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Keishi Hattori
The stack trace for console.log should show (program) or (eval) nodes as the root.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
Not just as the root, but in the middle of the stack too.
Radar WebKit Bug Importer
<rdar://problem/19281654>
Blaze Burg
This works as expected now.