From 75c35fdfae904262eaa38ecfccfe83e4d61d253a Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Wed, 30 Oct 2019 13:21:29 -0700 Subject: [PATCH] Roll src/third_party/dart f30b494035..d50c158d42 (5 commits) (flutter/engine#13443) dart-lang/sdk@d50c158d42 Flow analysis: fix analyzer "desugaring" of try/catch/finally statements. dart-lang/sdk@4ea512b4c1 [llvm_codegen] Use exclusively SExpression support from VM and nothing else. dart-lang/sdk@cb2f45ea6b Fixed Dart->C++ mapping of IPPROTO_IPV6 socket option dart-lang/sdk@fa05fedd89 [CFE] Parser test suite prints messages prettily at top of expect file dart-lang/sdk@4b5e3e6dde meta 1.1.8 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 710ee3d5000..f90bfe3a025 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': 'f30b494035b80c4af6fd4102336f1750503ecfda', + 'dart_revision': 'd50c158d4275e23d14d845c93bb6755e218342f8', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py