From b4e728140380ba73d63663348bdf2b42cc5e69af Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Tue, 19 Nov 2019 06:36:36 -0800 Subject: [PATCH] Roll src/third_party/dart 5b72c1c669..d9d5fbc109 (5 commits) dart-lang/sdk@d9d5fbc109 [cfe] Create TypeParameterTypes with default nullabilities dart-lang/sdk@1b295ef956 [cfe] Make nullability parameter of SubtypeTester.futureType required dart-lang/sdk@203583b41b [cfe] Account for invalid type being part of a type in subtype check dart-lang/sdk@0a98a7a153 Add helper predicates for upper/lower bounds. dart-lang/sdk@239e2eb4ed Issue 38813. If in a legacy library, use legacy interface types for CONFLICTING_GENERIC_INTERFACES. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 8bec0c788aef7..9729d36d0de42 100644 --- a/DEPS +++ b/DEPS @@ -34,7 +34,7 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS. # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': '5b72c1c6695cd91c4394414cff88c43ff7495d23', + 'dart_revision': 'd9d5fbc109b9549a5de0a7c6d7148ee0d8cc41dc', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py