| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index b114062e9e08c8b1dd6386aedb8ddc9593767596..a8c83e50620e8162c890f3dd735678ff1eebfc1a 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -306,6 +306,7 @@ namespace dart {
|
| V(ClassMirror_members, 2) \
|
| V(ClassMirror_constructors, 2) \
|
| V(LibraryMirror_members, 2) \
|
| + V(LibraryMirror_libraryDependencies, 2) \
|
| V(ClassMirror_invoke, 5) \
|
| V(ClassMirror_invokeGetter, 3) \
|
| V(ClassMirror_invokeSetter, 4) \
|
|
|