Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index 4bb5e932ee4380227a5aa7a8900dae525b7b4c64..31806b985768b3238195646ebcc3633e8ce5c312 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -365,6 +365,7 @@ namespace dart { |
V(VMService_CancelStream, 1) \ |
V(VMService_RequestAssets, 0) \ |
V(VMService_DecodeAssets, 1) \ |
+ V(VMService_spawnUriNotify, 2) \ |
// List of bootstrap native entry points used in the dart:mirror library. |
#define MIRRORS_BOOTSTRAP_NATIVE_LIST(V) \ |