Index: runtime/vm/dart_api_message.h |
diff --git a/runtime/vm/dart_api_message.h b/runtime/vm/dart_api_message.h |
index b44444afbc6a6f15eceaf6aec268fa144a8ee901..f2ddda0a560f82633c2bf2d847364de6631f6c60 100644 |
--- a/runtime/vm/dart_api_message.h |
+++ b/runtime/vm/dart_api_message.h |
@@ -37,6 +37,9 @@ class ApiMessageReader : public BaseReader { |
Dart_CObject* AllocateDartCObject(); |
// Allocates a Dart_CObject object with the specified type. |
Dart_CObject* AllocateDartCObject(Dart_CObject::Type type); |
+ // Allocates a Dart_CObject object representing an unsupported |
+ // object in the API message. |
+ Dart_CObject* AllocateDartCObjectUnsupported(); |
// Allocates a Dart_CObject object for the null object. |
Dart_CObject* AllocateDartCObjectNull(); |
// Allocates a Dart_CObject object for a boolean object. |