-
Notifications
You must be signed in to change notification settings - Fork 484
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix heap snapshot comparisons when an entire category is removed
I recently introduced a bug in heap snapshot comparisons where if all instances of a class are removed, the class name shows up as blank in the comparison view. This change fixes the bug by using the class name from the "before" state when there is no "after" state. Bug: 377200307 Change-Id: Ia1c42ea25f90fde0f6a92766f52cb6e66c9ec119 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5992931 Reviewed-by: Simon Zünd <szuend@chromium.org> Commit-Queue: Seth Brenith <seth.brenith@microsoft.com>
- Loading branch information
1 parent
2de6ccf
commit 204e831
Showing
4 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters