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

Unified Diff: runtime/bin/file.dart

Issue 10387212: Remove reference to onError from file API docs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/file.dart
diff --git a/runtime/bin/file.dart b/runtime/bin/file.dart
index 81667819e49b41d2c9f8e275e41acaafbd02e5d1..248e4b4595d77ee21ee10b8e3bfbde53efb70718 100644
--- a/runtime/bin/file.dart
+++ b/runtime/bin/file.dart
@@ -99,8 +99,7 @@ interface File default _File {
*
* Files can be opened in three modes:
*
- * FileMode.READ: open the file for reading. If the file does not
- * exist [onError] is called.
+ * FileMode.READ: open the file for reading.
*
* FileMode.WRITE: open the file for both reading and writing and
* truncate the file to length zero. If the file does not exist the
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698