From f35e0514e2b733ea5b6e7ef71ab2a8b0236a99d0 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Wed, 27 Feb 2019 01:10:48 -0800 Subject: [PATCH] Roll src/third_party/dart e94e797d7b..9450c6d829 (8 commits) 9450c6d829 Move SUBTYPE_OF_SEALED_CLASS to own file, and DriverResolutionTest 603678e46c [vm, gc] Streamline the promotion allocation fast path. 8fd09304b6 [vm, gc] Force inline MarkObject into its sole caller. fb88c983e7 [vm/compiler] Switch kernel helper for background compiler to use new space. 6d575152c9 [vm/compiler] Changes in Cid range computation 2d58ea3b42 [dartdevc] fix #35554, throw NullThrownError when null is thrown 25aa35ef98 Convert ast.dart to triple-slash comment style b11cb39d66 [DDC] Support implict casts in [ForLoopStatement2] --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 7d8d8cecd5..2dfca0efac 100644 --- a/DEPS +++ b/DEPS @@ -31,7 +31,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': 'e94e797d7b65bae5e036161c6ad62a7894a07a82', + 'dart_revision': '9450c6d829a91b055982eec3eb4d7f83d8686a11', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py