| commit | 3c109dd65c1984237444da93f7c7acc8b0bdcd92 | [log] [tgz] |
|---|---|---|
| author | tzik <tzik@chromium.org> | Fri Jul 15 09:51:06 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 15 09:53:07 2016 |
| tree | bbe1830f1b4b4b14c201255e37bc935b874e2d76 | |
| parent | beead1d113eb5542e35040c9908077d555c74860 [diff] |
Make WebTraceLocation be an alias of tracked_objects::Location Make WebTraceLocation be an alias of tracked_objects::Location and BLINK_FROM_HERE be an alias of FROM_HERE as well. So that tasks posted from Blink leaves a valid program counter and line number in the crash dump. Review-Url: https://codereview.chromium.org/2137013002 Cr-Commit-Position: refs/heads/master@{#405736}