-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixes an `Out of Memory` exception due to a VM bug. #51798 Change-Id: I81f259c2b7a75d90a8208990f3e53ff46d151c90 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291205 Reviewed-by: Alexander Thomas <athom@google.com>
- Loading branch information
1 parent
1afc324
commit 5b89364
Showing
2 changed files
with
9 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,6 @@ | |
CHANNEL stable | ||
MAJOR 2 | ||
MINOR 19 | ||
PATCH 5 | ||
PATCH 6 | ||
PRERELEASE 0 | ||
PRERELEASE_PATCH 0 |