Bug 148365

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 InspectorAssignee: 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   

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