Chromium Code Reviews| 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) |