Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index 0d9d021b82ee1458e2788adb1c8c57d5b48a376d..d702cbe12d69bc390d708b5b7cb449e0ff284402 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -307,7 +307,7 @@ namespace dart { |
V(ClosureMirror_function, 1) \ |
V(TypeMirror_subtypeTest, 2) \ |
V(TypeMirror_moreSpecificTest, 2) \ |
- V(ClassMirror_library, 1) \ |
+ V(ClassMirror_libraryUri, 1) \ |
V(ClassMirror_supertype, 1) \ |
V(ClassMirror_supertype_instantiated, 1) \ |
V(ClassMirror_interfaces, 1) \ |