From c0a0ef289e956fdeda71f211687110aeb63fcd2c Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Thu, 16 May 2019 15:34:04 -0700 Subject: [PATCH] Roll src/third_party/dart cc2d5adec9..5ffff98440 (3 commits) 5ffff98440 Add `autoUncompress` to _HttpClientResponse 86c7165969 [tests] Avoid use of `$strong` because it is always true now 8209013be3 Fix DartDoc section in Diagnostics server for LSP --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index b02bba5d13..1006b77a28 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': 'cc2d5adec943ef02b2c1741857fb3bac5386dee7', + 'dart_revision': '5ffff9844009a27b2ffee7e68abc93e7a5139085', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py