| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 5dcd59d1a1ce18135d6cb0cfe59e0cc094db8f3f..74cae0c644b0b15680d232523b4249e239cba754 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -258,7 +258,6 @@ namespace dart {
|
| V(Isolate_mainPort, 0) \
|
| V(Isolate_spawnFunction, 1) \
|
| V(Isolate_spawnUri, 1) \
|
| - V(Mirrors_isLocalPort, 1) \
|
| V(Mirrors_makeLocalClassMirror, 1) \
|
| V(Mirrors_makeLocalTypeMirror, 1) \
|
| V(Mirrors_makeLocalMirrorSystem, 0) \
|
|
|