mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Dart to 0cc70c4a7c448078dd2aea8e45c56bc50fbbb31c. (flutter/engine#5133)
This commit is contained in:
parent
d47e663efa
commit
cb8d6bb865
2
DEPS
2
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': 'cd0c4e4fe1e5b69ac15c0a670f9dde2ee9733fc7',
|
||||
'dart_revision': '0cc70c4a7c448078dd2aea8e45c56bc50fbbb31c',
|
||||
|
||||
'dart_args_tag': '1.4.1',
|
||||
'dart_async_tag': '2.0.6',
|
||||
|
||||
@ -661,6 +661,8 @@ DartIsolate::CreateDartVMAndEmbedderObjectPair(
|
||||
->GetSnapshotPointer(), //
|
||||
embedder_isolate->GetIsolateSnapshot()
|
||||
->GetInstructionsIfPresent(), //
|
||||
nullptr, //
|
||||
nullptr, //
|
||||
flags, //
|
||||
embedder_isolate.get(), //
|
||||
error //
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user