Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 76bac3d757a0e1911868f708c5a68e4729a9daee..b8b4915ace6add34cb9f15d9639a76a6a18b6fea 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -6915,7 +6915,9 @@ class ReceivePort : public Instance { |
static intptr_t InstanceSize() { |
return RoundedAllocationSize(sizeof(RawReceivePort)); |
} |
- static RawReceivePort* New(Dart_Port id, Heap::Space space = Heap::kNew); |
+ static RawReceivePort* New(Dart_Port id, |
+ bool is_control_port, |
+ Heap::Space space = Heap::kNew); |
private: |
FINAL_HEAP_OBJECT_IMPLEMENTATION(ReceivePort, Instance); |