From 05883ef0c0cd4736fa87f0d9ee95f5ae7b898fca Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Fri, 12 Apr 2019 13:04:23 -0700 Subject: [PATCH] Roll src/third_party/dart a8f3a5dae6..c2eb9a9860 (8 commits) c2eb9a9860 Add support to the element model for both lazy variables and required parameters 4ed24862ee [CFE] Extra dummy SDK classes that the constant evaluator needs. ce9a1e2b54 [vm/compiler] Fix write-barrier elimination issue a3d13fbf54 [CFE] Option to report error on unevaluated constants. 394f88d5cf Create source information from ConstantExpression b7b7a63407 Fix relative import from pkg/kernel/test to pkg/kernel/lib. 0136d96a96 [dartdevc] fix #36532, adds DDC support for CFE constant flag 022400eecb Fix several small issues with AST based summaries. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index f607b9911e..c4b2f21f8a 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': 'a8f3a5dae6203d1064726a5953cf06a7d484249c', + 'dart_revision': 'c2eb9a9860a31e573f0a36bd672e340ae3a654ce', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py