| Index: runtime/lib/vmservice_patch.dart
|
| diff --git a/runtime/lib/vmservice_patch.dart b/runtime/lib/vmservice_patch.dart
|
| index e0a85ae20ee5b61439a51fc935b444f351abca9c..498bda2d71dcbdd69f3c3e0265d0d0b7527c9c32 100644
|
| --- a/runtime/lib/vmservice_patch.dart
|
| +++ b/runtime/lib/vmservice_patch.dart
|
| @@ -34,3 +34,5 @@ patch void onServerAddressChange(String address)
|
| patch bool _vmListenStream(String streamId) native "VMService_ListenStream";
|
| patch void _vmCancelStream(String streamId) native "VMService_CancelStream";
|
| patch Uint8List _requestAssets() native "VMService_RequestAssets";
|
| +patch void _spawnUriNotify(obj, String token)
|
| + native "VMService_spawnUriNotify";
|
|
|