Bug 148365 - Web Inspector: Don't gray out "}" when it hasn't executed in the code coverage profiler
Summary: Web Inspector: Don't gray out "}" when it hasn't executed in the code coverag...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nikita Vasilyev
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-08-22 19:12 PDT by Saam Barati
Modified: 2016-12-13 15:38 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2015-08-22 19:12:49 PDT
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.
Comment 1 Radar WebKit Bug Importer 2015-08-22 19:13:02 PDT
<rdar://problem/22393119>