| Summary: | Web Inspector: Don't gray out "}" when it hasn't executed in the code coverage profiler | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Saam Barati <saam> |
| Component: | Web Inspector | Assignee: | Nikita Vasilyev <nvasilyev> |
| Status: | ASSIGNED --- | ||
| Severity: | Normal | CC: | graouts, inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Consider this function: "function foo() { doSomething(); return 20; }" Currently, we gray out the "}" because technically it "hasn't executed". We should special case this because the UI looks bad.