There are times when a textual basic block will only consist of blank space, this can happen in the following situation: if (foo) { bar(); return; // Or: throw, break, continue. } // This closing brace will be highlighted, because the code after the return statement is unreachable. This is a common enough case that the BasicBlockAnnotator should special case it.
<rdar://problem/19548864>
Created attachment 245083 [details] the patch
Comment on attachment 245083 [details] the patch Clearing flags on attachment: 245083 Committed r178863: <http://trac.webkit.org/changeset/178863>
All reviewed patches have been landed. Closing bug.