Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index ed655e543910ede7fa75864eddf5f79577d8e9b9..a2b47bd93c623c9ee0dbf529f8feffe8f83cfa1a 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -190,6 +190,9 @@ namespace dart { |
V(GrowableObjectArray_getCapacity, 1) \ |
V(GrowableObjectArray_setLength, 2) \ |
V(GrowableObjectArray_setData, 2) \ |
+ V(WeakProperty_new, 2) \ |
+ V(WeakProperty_getKey, 1) \ |
+ V(WeakProperty_getValue, 1) \ |
BOOTSTRAP_NATIVE_LIST(DECLARE_NATIVE_ENTRY) |