| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index cad4e670f7115ee20bcd710a4a72941227c48b47..abae35a9a12e3459cfc5afaf1eaaa4f6763203d5 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -346,6 +346,7 @@ namespace dart {
|
| V(UserTag_makeCurrent, 1) \
|
| V(Profiler_getCurrentTag, 0) \
|
| V(ClassID_getID, 1) \
|
| + V(ClassID_byName, 1) \
|
| V(VMService_SendIsolateServiceMessage, 2) \
|
| V(VMService_SendRootServiceMessage, 1) \
|
| V(VMService_SendObjectRootServiceMessage, 1) \
|
|
|