From 93685c7f60a48bf3f0cbd91cf5012a2bcb14da48 Mon Sep 17 00:00:00 2001 From: Siva Date: Thu, 7 Jan 2021 22:21:33 -0800 Subject: [PATCH] Manual roll of Dart d7624b6ec7b...60175b98ac3 (flutter/engine#23529) dart-lang/sdk@d7624b6ec7b (tag: 2.12.0-204.0.dev, origin/dev) Version 2.12.0-204.0.dev dart-lang/sdk@b3bca1821c8 [VM/runtime] Decouple representation of function signatures from Function objects. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 555e4a99520..4eaac6053f8 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': '60175b98ac344dbe31acc78c874a816886ef3717', + 'dart_revision': 'd7624b6ec7bb118b92aa871515708fb21158e917', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py