| commit | 956b762dd596331b95e936bfce7eb1f1b0a36c4f | [log] [tgz] |
|---|---|---|
| author | Natalie Weizenbaum <nweiz@google.com> | Mon Jan 11 14:24:21 2016 -0800 |
| committer | Natalie Weizenbaum <nweiz@google.com> | Mon Jan 11 14:24:21 2016 -0800 |
| tree | a0898037a37873a659c62362cd36c56a7e81743b | |
| parent | f0f34c3afa049f0ffe9bc72e30aaf7257a1c1e37 [diff] |
Fix a crash in Chain.terse and Chain.foldFrames. These methods didn't gracefully handle a chain with an empty frame, which comes up occasionally in practice. Closes dart-lang/stack_trace#9 R=rnystrom@google.com Review URL: https://codereview.chromium.org//1492323004 .