mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll the Dart runtime forward
This commit is contained in:
parent
d8dcbbf44e
commit
3f52f82dec
6
DEPS
6
DEPS
@ -25,9 +25,9 @@ vars = {
|
||||
|
||||
# Note: When updating the Dart revision, ensure that all entries that are
|
||||
# dependencies of dart are also updated
|
||||
'dart_revision': 'cab003366785773ace16b5305ac1f33c228cac54',
|
||||
'dart_observatory_packages_revision': 'cdc4b3d4c15b9c0c8e7702dff127b440afbb7485',
|
||||
'dart_root_certificates_revision': 'c3a41df63afacec62fcb8135196177e35fe72f71',
|
||||
'dart_revision': '2a9c5c0a91e514e6f0ae1062dafe35434de042ad',
|
||||
'dart_observatory_packages_revision': 'a731d3b1caf27b45aecdce9378b87a510240264d',
|
||||
'dart_root_certificates_revision': 'a731d3b1caf27b45aecdce9378b87a510240264d',
|
||||
|
||||
'buildtools_revision': '5215ee866bc3e8eb4a7f124212845abf4029e60b',
|
||||
}
|
||||
|
||||
@ -21,7 +21,7 @@ void InitDartVM() {
|
||||
CHECK(Dart_SetVMFlags(arraysize(kDartArgs), kDartArgs));
|
||||
CHECK(Dart_Initialize(blink::kDartVmIsolateSnapshotBuffer, nullptr, nullptr,
|
||||
nullptr, nullptr, nullptr, nullptr, nullptr, nullptr,
|
||||
nullptr));
|
||||
nullptr, nullptr) == nullptr);
|
||||
}
|
||||
|
||||
Dart_Isolate CreateDartIsolate() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user