| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 99341b92a31c54a0004646bfdb6316fabf745c2e..9e6e5074159ffcc61a238bd83883b423bd67f6db 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -394,7 +394,12 @@ namespace dart {
|
| V(Profiler_getCurrentTag, 0) \
|
| V(ClassID_getID, 1) \
|
| V(Num_toString, 1) \
|
| -
|
| + V(VMService_SendIsolateServiceMessage, 2) \
|
| + V(VMService_SendRootServiceMessage, 1) \
|
| + V(VMService_OnStart, 0) \
|
| + V(VMService_OnExit, 0) \
|
| + V(VMService_ListenStream, 1) \
|
| + V(VMService_CancelStream, 1) \
|
|
|
| class BootstrapNatives : public AllStatic {
|
| public:
|
|
|