Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DevTools: Sources: Right clicking in a gutter always gets line number
If you right clicked very precicsely in the gutter, you could hit a div that was not a line number. Then target.textContent would be " ", and the line number would be NaN. This patch uses a more robust method to find the line number div. BUG=none Review-Url: https://codereview.chromium.org/2545623002 Cr-Commit-Position: refs/heads/master@{#436768}
- Loading branch information