Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index e416b7fdd4d76dcd221679d3ceda7f12236db917..c4624cb76cfba998aba2a42f32c2fbacbb0712b2 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -144,6 +144,7 @@ namespace dart { |
V(Random_nextState, 1) \ |
V(Random_setupSeed, 1) \ |
V(Random_initialSeed, 0) \ |
+ V(SecureRandom_getBytes, 1) \ |
V(DateNatives_currentTimeMillis, 0) \ |
V(DateNatives_timeZoneName, 1) \ |
V(DateNatives_timeZoneOffsetInSeconds, 1) \ |