Index: runtime/lib/vmservice_patch.dart |
diff --git a/runtime/lib/vmservice_patch.dart b/runtime/lib/vmservice_patch.dart |
index 3db7bca76754da0c9d70c8d6e775f465f98c4282..f26b93d74e5532e0b97fcd47d656c4d30a88a634 100644 |
--- a/runtime/lib/vmservice_patch.dart |
+++ b/runtime/lib/vmservice_patch.dart |
@@ -27,6 +27,8 @@ patch void sendRootServiceMessage(List m) |
native "VMService_SendRootServiceMessage"; |
patch void _onStart() native "VMService_OnStart"; |
patch void _onExit() native "VMService_OnExit"; |
+patch void onServerAddressChange(String address) |
+ native "VMService_OnServerAddressChange"; |
patch bool _vmListenStream(String streamId) native "VMService_ListenStream"; |
patch void _vmCancelStream(String streamId) native "VMService_CancelStream"; |
patch Uint8List _requestAssets() native "VMService_RequestAssets"; |