From c554386544e01aeab8a05d10d8d4e4f82c33bc35 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Tue, 10 Sep 2019 21:42:01 -0700 Subject: [PATCH] Roll src/third_party/dart 7bbfd532de..ca7baa4013 (3 commits) dart-lang/sdk@ca7baa4013 [vm/fuzzer] Add virtual methods dart-lang/sdk@2b966a9743 [vm/fuzzer] Fix reproduction output dart-lang/sdk@c11ca7d439 Check for CompileTimeErrorCode.CONST_WITH_TYPE_PARAMETERS in LinterContext.canBeConst(). --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 98c602c9682..cb1da4e0ec1 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': '7bbfd532de0a6a2243f025c302eba281e9a4eb7a', + 'dart_revision': 'ca7baa4013730abb8d233f4b4b48464d70d922a0', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py