Description[wasm] Make reported "column number" 1-based
We report the byte offset as column number, but devtools assumes them
to be 1-based and subtracts one unconditionally before further
processing it. It's a bit unfortunate, but because of that we have to
just add 1 to the reported column number on the public StackTrace API.
R=ahaas@chromium.org, titzer@chromium.org
BUG=chromium:613110
Committed: https://crrev.com/b16d51efa9111564d7e274376a8839d1886019ec
Cr-Commit-Position: refs/heads/master@{#37036}
Patch Set 1 #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 7 (2 generated)
|