Chromium Code Reviews| Index: pkg/http/test/multipart_test.dart |
| =================================================================== |
| --- pkg/http/test/multipart_test.dart (revision 24041) |
| +++ pkg/http/test/multipart_test.dart (working copy) |
| @@ -26,7 +26,7 @@ |
| _BodyMatches(this._pattern); |
| - bool matches(item, MatchState matchState) { |
| + bool matches(item, Map matchState) { |
| if (item is! http.MultipartRequest) return false; |
| var future = item.finalize().toBytes().then((bodyBytes) { |