From 72fa36bd9a52ae9d01cdc9c5e9ad512bc300e424 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Fri, 25 Oct 2019 18:47:43 -0700 Subject: [PATCH] Roll src/third_party/dart 5e44c0b016..6354b0b97d (8 commits) dart-lang/sdk@6354b0b97d [vm, gc] Add a release barrier to prevent header initialization of an old object from being ordered after publishing stores of that object. dart-lang/sdk@1a611e1d72 validate nonVirtual overrides dart-lang/sdk@74433e70da [vm/compiler] fix assertion bug in SSA builder dart-lang/sdk@1cf7c40d32 [vm] Fix crash when AST constant references a not yet loaded bytecode class dart-lang/sdk@c873220e43 [vm, arm64] Adjust CSP during the invocation stub instead of each function prologue. dart-lang/sdk@567df45660 Issue 37797. Provide CompletionRanking with includedElementNames. dart-lang/sdk@bad583a9fc Always provide nullability suffix to FunctionType constructor. dart-lang/sdk@a018f27470 Issue 38494. Report DEFAULT_LIST_CONSTRUCTOR_MISMATCH only for default List constructors. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index ccce963af80..9f35fdf2ae1 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': '5e44c0b0164bafc8de68b04580cafe3dc19050ea', + 'dart_revision': '6354b0b97dced6c0cdee8f22009b4351f0095d75', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py