Commit 2b4cc6b
[RPP] Fix source maps not being loaded in enhanced traces
http://crrev.com/c/6955443 refactored EnhancedTracesParser to use a
TraceObject, but there was a subtle bug that caused TraceObject to never
have any metadata (which is where the source maps live).
Bug: 427455148
Change-Id: I417b567ca034c1a223eb53cdd5a08467f4d7b8ca
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7028254
Commit-Queue: Connor Clark <cjamcl@chromium.org>
Auto-Submit: Connor Clark <cjamcl@chromium.org>
Reviewed-by: Paul Irish <paulirish@chromium.org>1 parent 88892c1 commit 2b4cc6b
3 files changed
Lines changed: 12 additions & 8 deletions
File tree
- front_end/core/sdk
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
| 423 | + | |
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
285 | 288 | | |
286 | 289 | | |
287 | 290 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments