Commit 209adee
[network] Fix typo in export HAR bindings code.
For some reason, tsc didn't catch this last minute refactoring typo,
which results in the wrong `this` being passed to `exportAll`, and
causes the HAR export button and menu items to stop functioning
correctly in M-130 and beyond.
Fixed: 372055502
Bug: 361717594
Change-Id: Iad45a68821ee516e152df76e736c1479f152b9c3
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5934214
Auto-Submit: Benedikt Meurer <[email protected]>
Commit-Queue: Benedikt Meurer <[email protected]>
Reviewed-by: Yang Guo <[email protected]>
Commit-Queue: Yang Guo <[email protected]>1 parent bfbf5cf commit 209adee
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
474 | | - | |
| 474 | + | |
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
494 | | - | |
| 494 | + | |
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
| 499 | + | |
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
| |||
0 commit comments