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

Unified Diff: mojo/dart/embedder/vmservice.cc

Issue 1649823002: Roll Dart forward and use the shared vmservice isolate sources + benchmark fixes (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 11 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 | « mojo/dart/embedder/BUILD.gn ('k') | mojo/dart/embedder/vmservice/loader.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/vmservice.cc
diff --git a/mojo/dart/embedder/vmservice.cc b/mojo/dart/embedder/vmservice.cc
index 51efaf97be78ff4a27d184b6cbbe08934e67b409..126d22abce9aa97821963ceae28ae6ff600ddc04 100644
--- a/mojo/dart/embedder/vmservice.cc
+++ b/mojo/dart/embedder/vmservice.cc
@@ -27,7 +27,7 @@ namespace dart {
}
#define kLibrarySourceNamePrefix "/vmservice"
-static const char* kVMServiceIOLibraryScriptResourceName = "main.dart";
+static const char* kVMServiceIOLibraryScriptResourceName = "vmservice_io.dart";
struct ResourcesEntry {
const char* path_;
@@ -126,9 +126,8 @@ struct VmServiceIONativeEntry {
static VmServiceIONativeEntry _VmServiceIONativeEntries[] = {
- {"ServiceIsolate_TriggerResourceLoad", 0, ServiceIsolate_TriggerResourceLoad},
- {"ServiceIsolate_NotifyServerState", 2, ServiceIsolate_NotifyServerState},
- {"ServiceIsolate_Shutdown", 0, ServiceIsolate_Shutdown },
+ {"VMServiceIO_NotifyServerState", 2, ServiceIsolate_NotifyServerState},
+ {"VMServiceIO_Shutdown", 0, ServiceIsolate_Shutdown },
};
« no previous file with comments | « mojo/dart/embedder/BUILD.gn ('k') | mojo/dart/embedder/vmservice/loader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698