Index: runtime/vm/debuginfo_macos.cc |
diff --git a/runtime/vm/debuginfo_macos.cc b/runtime/vm/debuginfo_macos.cc |
index 9fb941b4241abcdd44e5144b2e8b391110211530..d86ffe08679cfe4698c4aeade6b007bf5a8d9d78 100644 |
--- a/runtime/vm/debuginfo_macos.cc |
+++ b/runtime/vm/debuginfo_macos.cc |
@@ -25,7 +25,7 @@ void DebugInfo::AddCodeRegion(const char* name, uword pc, intptr_t size) { |
} |
-bool DebugInfo::WriteToMemory(ByteArray* region) { |
+bool DebugInfo::WriteToMemory(ByteBuffer* region) { |
// Nothing to do as there is no support for this on macos. |
return false; |
} |