Index: runtime/vm/dart_api_message.h |
diff --git a/runtime/vm/dart_api_message.h b/runtime/vm/dart_api_message.h |
index 8e2747a52ebb1d6383d2ef1d6bbc4c0e854a2090..c74737ea4770f966287bda54b34c7297bd7b9b07 100644 |
--- a/runtime/vm/dart_api_message.h |
+++ b/runtime/vm/dart_api_message.h |
@@ -158,7 +158,7 @@ class ApiMessageWriter : public BaseWriter { |
public: |
static const intptr_t kInitialSize = 512; |
ApiMessageWriter(uint8_t** buffer, ReAlloc alloc) |
- : BaseWriter(buffer, alloc, kInitialSize), |
+ : BaseWriter(buffer, alloc, NULL, kInitialSize), |
object_id_(0), |
forward_list_(NULL), |
forward_list_length_(0), |