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

Unified Diff: runtime/bin/mime_multipart_parser.dart

Issue 10704216: Fix type checking of void type. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 5 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/http_parser.dart ('k') | runtime/bin/process_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/mime_multipart_parser.dart
===================================================================
--- runtime/bin/mime_multipart_parser.dart (revision 9671)
+++ runtime/bin/mime_multipart_parser.dart (working copy)
@@ -53,7 +53,7 @@
_headerValue = new StringBuffer();
}
- void update(List<int> buffer, int offset, int count) {
+ int update(List<int> buffer, int offset, int count) {
// Current index in the data buffer. If index is negative then it
// is the index into the artificial prefix of the boundary string.
int index;
« no previous file with comments | « runtime/bin/http_parser.dart ('k') | runtime/bin/process_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698