From c1195717f83c02a3eebfbc3a9a520b7eff6217db Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 8 Apr 2019 16:00:50 -0700 Subject: [PATCH] Roll src/third_party/dart aacc0b0709..b23817105c (8 commits) b23817105c Build types for function typed formal parameters. 93b4c5ca57 [vm] Improve error message for Dart_PropagateError with no exit frame. 3dd09e2a3d Follow up on change https://dart-review.googlesource.com/c/sdk/+/98623 to fix a failing Windows test 94c34d3cbe Introduce a getter on the Variables class to represent types that are a priori known to be non-nullable. 3ffe59e1e9 Fix for URIs of parts. f1f297e213 Build export elements and combinators. 762acf00e8 Restore computing export scopes. 959cf5967d Simplify strong_test_helper --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 9997fe19145..c24abbeea41 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': 'aacc0b07098231ff2051cbc7b40c932171caaddb', + 'dart_revision': 'b23817105c8ba0456bf7733e3595069e3d545929', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py