Index: runtime/vm/dart_api_message.h |
diff --git a/runtime/vm/dart_api_message.h b/runtime/vm/dart_api_message.h |
index b53082a55638ba5fef57e884c1f5d5575d44489e..4d25782039c593d693759a99efa4836575fbc748 100644 |
--- a/runtime/vm/dart_api_message.h |
+++ b/runtime/vm/dart_api_message.h |
@@ -33,6 +33,8 @@ class ApiMessageReader : public BaseReader { |
Dart_CObject* AllocateDartCObjectDouble(double value); |
// Allocates a Dart_CObject object for string data. |
Dart_CObject* AllocateDartCObjectString(intptr_t length); |
+ // Allocates a C Dart_CObject object for byte data. |
+ Dart_CObject* AllocateDartCObjectByteArray(intptr_t length); |
// Allocates a C array of Dart_CObject objects. |
Dart_CObject* AllocateDartCObjectArray(intptr_t length); |