Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: runtime/vm/debuginfo_win.cc

Issue 9139080: Rename the VM internal class ByteArray to ByteVector. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: new strategy Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/debuginfo_macos.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/debuginfo_win.cc
diff --git a/runtime/vm/debuginfo_win.cc b/runtime/vm/debuginfo_win.cc
index 9fb941b4241abcdd44e5144b2e8b391110211530..d86ffe08679cfe4698c4aeade6b007bf5a8d9d78 100644
--- a/runtime/vm/debuginfo_win.cc
+++ b/runtime/vm/debuginfo_win.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;
}
« no previous file with comments | « runtime/vm/debuginfo_macos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698