From 956ecc9476be2e8a0fb87f30ff467714b4d52a9d Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 28 Jan 2019 13:02:11 -0800 Subject: [PATCH] Roll src/third_party/dart e169134203..ec5ba8a252 (6 commits) ec5ba8a252 Revert "Issue 34437. Restore checking that optional parameters in derived classes should have the same default values as overridden." 7daa9f65fc Start supporting resolution of the code-as-ui constructs 69af7af70d Additional tests for interpolation and CONVERT_TO_MULTILINE_STRING. 5cf4e543b8 Handle mis-included parts differently f066c05319 Rename klass getter on InstanceConstant to classNode 42be4083bd Reproduction of dartbug.com/35715 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index b0dbe7c76a5..936dc079fbe 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': 'e1691342030a224f688a70ef0a5767f577f3d097', + 'dart_revision': 'ec5ba8a2521a3638c39cc41a09ce736ed64cd092', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py