Index: runtime/vm/dart_api_message.h |
diff --git a/runtime/vm/dart_api_message.h b/runtime/vm/dart_api_message.h |
index 76e29b4436d03dbd2960298ff64a2da5f494f99e..af81fe3176def50f55ccf40f43f0b5352d2f31ef 100644 |
--- a/runtime/vm/dart_api_message.h |
+++ b/runtime/vm/dart_api_message.h |
@@ -47,6 +47,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); |