mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Update Dart dependency
This commit is contained in:
parent
2b31397077
commit
26341315ec
2
DEPS
2
DEPS
@ -25,7 +25,7 @@ vars = {
|
||||
|
||||
# Note: When updating the Dart revision, ensure that all entries that are
|
||||
# dependencies of dart are also updated
|
||||
'dart_revision': '8a5002dc917b73901af1dc2bc5358989c01d544d',
|
||||
'dart_revision': '4f3a7cb86e04bb1d4d06902924d9c7275a3b6527',
|
||||
'dart_observatory_packages_revision': 'cf90eb9077177d3d6b3fd5e8289477c2385c026a',
|
||||
'dart_root_certificates_revision': 'c3a41df63afacec62fcb8135196177e35fe72f71',
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ void InitDartVM() {
|
||||
CHECK(Dart_Initialize(
|
||||
reinterpret_cast<uint8_t*>(&kDartVmIsolateSnapshotBuffer), nullptr,
|
||||
nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr,
|
||||
nullptr, nullptr, nullptr, nullptr) == nullptr);
|
||||
nullptr, nullptr, nullptr, nullptr, nullptr) == nullptr);
|
||||
}
|
||||
|
||||
Dart_Isolate CreateDartIsolate() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user