From 86701e45c4e542a6193a6d899a320cb6e8df53cb Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Fri, 17 May 2019 15:34:43 -0700 Subject: [PATCH] Roll src/third_party/dart b2a3d1c31b..b1f9f2182d (1 commits) b1f9f2182d [ VM / Service ] Remove root frame from traceEvents in _getCpuProfileTimeline response --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 10ab6ed8bb..e83e8e5801 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': 'b2a3d1c31bee3e20efa8216b883f47620dd73273', + 'dart_revision': 'b1f9f2182d8a3e56b365c7113d2970691d3425b5', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py