Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(816)

Unified Diff: mojo/dart/embedder/snapshotter/vm.cc

Issue 1825993002: Dart: Roll runtime forward (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/snapshotter/vm.cc
diff --git a/mojo/dart/embedder/snapshotter/vm.cc b/mojo/dart/embedder/snapshotter/vm.cc
index fc6adf039e07f39d8626cbed234b7572fb6e6cd5..394302bba2a126e8cd7efd24eb8fc6c226c92b72 100644
--- a/mojo/dart/embedder/snapshotter/vm.cc
+++ b/mojo/dart/embedder/snapshotter/vm.cc
@@ -24,7 +24,7 @@ void InitDartVM() {
CHECK(Dart_Initialize(
mojo::dart::vm_isolate_snapshot_buffer,
nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr,
- nullptr, nullptr, nullptr, nullptr) == nullptr);
+ nullptr, nullptr, nullptr, nullptr, nullptr) == nullptr);
}
Dart_Isolate CreateDartIsolate() {
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698