Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index 899acc011ae0fa49f187cbbbdc265e85128b5ca0..315ce85bf5980862074d5560443d5fe1e79bfe10 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -407,6 +407,7 @@ namespace dart { |
V(VMService_ListenStream, 1) \ |
V(VMService_CancelStream, 1) \ |
V(VMService_RequestAssets, 0) \ |
+ V(VMService_DecodeAssets, 1) \ |
class BootstrapNatives : public AllStatic { |
public: |