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

Unified Diff: runtime/bin/file.h

Issue 14018007: Rename RandomAccessFile.readList and RandomAccessFile.writeList to RandomAccessFile.readInto and Ra… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 7 years, 8 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/bin/builtin_natives.cc ('k') | runtime/bin/file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/file.h
diff --git a/runtime/bin/file.h b/runtime/bin/file.h
index b4c5c50cfc9755b15c91dee8b92236184dc5f22f..944fd6a0a42c5145d1b4b83565083c1c4d897a68 100644
--- a/runtime/bin/file.h
+++ b/runtime/bin/file.h
@@ -75,8 +75,8 @@ class File {
kReadByteRequest = 14,
kWriteByteRequest = 15,
kReadRequest = 16,
- kReadListRequest = 17,
- kWriteListRequest = 18,
+ kReadIntoRequest = 17,
+ kWriteFromRequest = 18,
kCreateLinkRequest = 19,
kDeleteLinkRequest = 20
};
« no previous file with comments | « runtime/bin/builtin_natives.cc ('k') | runtime/bin/file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698