From cf8b3bb706bb0cfd1cbebf0df7c6e43a8b48f32a Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Wed, 8 May 2019 18:36:48 -0700 Subject: [PATCH] Roll src/third_party/dart f7bf890ff7..ef0c812b0d (13 commits) ef0c812b0d Add support for loading a modular test folder and specifying deps in yaml 51fe641e82 Create a SynchronousSession class. 520ba89658 [vm] Remove IsolateSpawnState::package_root 7e58fb155a Sort declarations in fix_lint_task.dart ab84e36989 [dartfix] refactor the dartfix cli UI a bit ce2bbd4108 [dartfix] refactor dartfix pubspec.yaml a91cc6c701 [observatory] Remove use of custom elements. d0f9c9c1a7 [vm/compiler/bytecode] Infer receiver type in bytecode functions e9bec21d13 [vm/bytecode] Cleanup after switching to compact bytecode instructions 68de477535 [vm/bytecode] Compact encoding of bytecode instructions (part 3/3) 6fe73e4544 [vm/bytecode] Support compact bytecode instructions in VM (part 2/3) 1cc4003e5a [vm/interpreter] Support misaligned bytecodes (compact bytecodes 1/3) a31594b9af [dartdevc] Cleanup ddb script --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index d17f66c6ebd..3c3c1bf0993 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': 'f7bf890ff77046576c1c3ca5f5414ca17a0590f7', + 'dart_revision': 'ef0c812b0de13a7e89b10bd31d7ac3c9d070821a', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py