ASSIGNED148365
Web Inspector: Don't gray out "}" when it hasn't executed in the code coverage profiler
https://bugs.webkit.org/show_bug.cgi?id=148365
Summary Web Inspector: Don't gray out "}" when it hasn't executed in the code coverag...
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.