| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index d1418c1a2142d27386125bd1389fa416703c1add..7c7e1c239ce9231293320f49c6845c160bc9a50b 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -309,6 +309,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) \
|
|
|