| commit | 0b312cc5e879525938bd96564e933f1cd996761b | [log] [tgz] |
|---|---|---|
| author | kozyatinskiy <kozyatinskiy@chromium.org> | Fri Jul 15 19:54:36 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 15 19:56:58 2016 |
| tree | dc849c86caf4f584be0631250d6b739efa5806b3 | |
| parent | 9ab677c3c450345d2e7f34dc207c463aea8901d3 [diff] |
[DevTools] Fix line and column in CallstackSidebarPane for async frames
Since Runtime.CallFrame is 0-based, subtraction of 1 from line and column is redundant.
It was broken in: refs/heads/master@{#404923} (https://codereview.chromium.org/2145483002/).
BUG=591496
R=lushnikov@chromium.org
Review-Url: https://codereview.chromium.org/2153893002
Cr-Commit-Position: refs/heads/master@{#405831}