Index: runtime/bin/http_parser.dart |
diff --git a/runtime/bin/http_parser.dart b/runtime/bin/http_parser.dart |
index 7c7887820acb68d8816cf873986e6688bb94ee5c..14cc30d6ea4a2bf0de56774df769fb48866e85a0 100644 |
--- a/runtime/bin/http_parser.dart |
+++ b/runtime/bin/http_parser.dart |
@@ -547,7 +547,7 @@ class _HttpParser { |
// Move to the next byte. |
index++; |
} |
- } catch (var e) { |
+ } catch (e) { |
// Report the error through the error callback if any. Otherwise |
// throw the error. |
if (error != null) { |