From a28d1122bc8661cfeb442c30bdd317ca26fbc7b1 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 20 May 2019 00:28:35 -0700 Subject: [PATCH] Roll src/third_party/dart 9e30fbaea4..ed169c4bb0 (4 commits) ed169c4bb0 Revert "[vm/ffi] FFI callbacks on X64." f930d674ca Restore old nullability behavior of TypeParameterElement.type. ce62987c9d Remove DynamicState and make NumState an abstract class be209f7846 [vm/ffi] FFI callbacks on X64. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 6b9a352ed1..ad6ddb09e3 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': '9e30fbaea433c4c23c8db1fe61192eeb874cf3ad', + 'dart_revision': 'ed169c4bb032a112bb116e761501a63b1ff29fec', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py