Index: sdk/lib/io/http_parser.dart |
diff --git a/sdk/lib/io/http_parser.dart b/sdk/lib/io/http_parser.dart |
index de20e6a5a4ddd424f51672f2bade45381fd87fe7..3eca33496b387df04da6a2508fc34b79b4f8f2c4 100644 |
--- a/sdk/lib/io/http_parser.dart |
+++ b/sdk/lib/io/http_parser.dart |
@@ -209,7 +209,7 @@ class _HttpParser |
} |
- StreamSubscription<_HttpIncoming> listen(void onData(List<int> event), |
+ StreamSubscription<_HttpIncoming> listen(void onData(_HttpIncoming event), |
{void onError(AsyncError error), |
void onDone(), |
bool unsubscribeOnError}) { |