From 635488702c117d94fcae88a2ecb0220dff12e8c2 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 12 Aug 2019 16:47:53 -0700 Subject: [PATCH] Roll src/third_party/dart b31df28d72..baebba06af (5 commits) dart-lang/sdk@baebba06af [vm/isolate] Fix type name typo in Dart::Init method declaration dart-lang/sdk@b21a5f1adf Fix bugs in static_extension_syntax_test.dart dart-lang/sdk@32e27f68dc Migration: Add the ability to use `null` for nullability nodes in substitutions. dart-lang/sdk@22eaf081b4 Extract tests for CONFLICTING_STATIC_AND_INSTANCE into a separate file. dart-lang/sdk@d5d69883b9 More tests for DUPLICATE_DEFINITION in extensions, fixes for static fields. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index dce6a9d1bcb..66db2974ba5 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': 'b31df28d721156b041c3dd9ded7b304503177ee6', + 'dart_revision': 'baebba06afdfe17c0df8f31de6be3afe8f79c45f', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py