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

Unified Diff: runtime/bin/vmservice_impl.cc

Issue 106193003: Cleanup VM service (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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 | « runtime/bin/vmservice/vmservice_dartium.dart ('k') | tests/standalone/vmservice/unknown_command_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice_impl.cc
diff --git a/runtime/bin/vmservice_impl.cc b/runtime/bin/vmservice_impl.cc
index 24f6f7a1280e92bfd257ea9ec632083730d7bed1..74fb83688dffbc21d4dabbb180319c86ad5567b7 100644
--- a/runtime/bin/vmservice_impl.cc
+++ b/runtime/bin/vmservice_impl.cc
@@ -535,7 +535,7 @@ struct VmServiceNativeEntry {
static VmServiceNativeEntry _VmServiceNativeEntries[] = {
- {"SendServiceMessage", 3, SendServiceMessage}
+ {"VMService_SendServiceMessage", 3, SendServiceMessage}
};
« no previous file with comments | « runtime/bin/vmservice/vmservice_dartium.dart ('k') | tests/standalone/vmservice/unknown_command_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698