| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 26e4d5d897a5d0497d61649d816cc25c0a6c2169..00fa9586d66cd9cf2912424a713acf2dc1ca39dc 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -406,6 +406,7 @@ namespace dart {
|
| V(VMService_SendRootServiceMessage, 1) \
|
| V(VMService_OnStart, 0) \
|
| V(VMService_OnExit, 0) \
|
| + V(VMService_OnServerAddressChange, 1) \
|
| V(VMService_ListenStream, 1) \
|
| V(VMService_CancelStream, 1) \
|
| V(VMService_RequestAssets, 0) \
|
|
|