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

Unified Diff: runtime/lib/vmservice_patch.dart

Issue 2059883003: DevFS initial implementation (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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
Index: runtime/lib/vmservice_patch.dart
diff --git a/runtime/lib/vmservice_patch.dart b/runtime/lib/vmservice_patch.dart
index f26b93d74e5532e0b97fcd47d656c4d30a88a634..e0a85ae20ee5b61439a51fc935b444f351abca9c 100644
--- a/runtime/lib/vmservice_patch.dart
+++ b/runtime/lib/vmservice_patch.dart
@@ -25,6 +25,8 @@ patch bool sendIsolateServiceMessage(SendPort sp, List m)
native "VMService_SendIsolateServiceMessage";
patch void sendRootServiceMessage(List m)
native "VMService_SendRootServiceMessage";
+patch void sendObjectRootServiceMessage(List m)
+ native "VMService_SendObjectRootServiceMessage";
turnidge 2016/06/10 18:45:34 We should document somewhere why we have two ways
patch void _onStart() native "VMService_OnStart";
patch void _onExit() native "VMService_OnExit";
patch void onServerAddressChange(String address)

Powered by Google App Engine
This is Rietveld 408576698