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 }, |
}; |