未验证 提交 33a4aef1 编写于 作者: C Chinmay Garde 提交者: GitHub

Fix build break caused by https://github.com/flutter/engine/pull/5830 (#5831)

上级 244ebd66
......@@ -728,7 +728,8 @@ DartIsolate::CreateDartVMAndEmbedderObjectPair(
flags = &nonnull_flags;
}
bool dart2 = (vm->GetPlatformKernel().GetSize() > 0) ||
Dart_IsDart2Snapshot(embedder_isolate->GetIsolateSnapshot()
Dart_IsDart2Snapshot((*embedder_isolate)
->GetIsolateSnapshot()
->GetData()
->GetSnapshotPointer());
flags->use_dart_frontend = dart2;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册