Index: runtime/bin/websocket_impl.dart |
diff --git a/runtime/bin/websocket_impl.dart b/runtime/bin/websocket_impl.dart |
index 785b6af96eb24a3087fa21468291ae1cee83f938..d441bbb33786997019daadad847578b78e5fa1e4 100644 |
--- a/runtime/bin/websocket_impl.dart |
+++ b/runtime/bin/websocket_impl.dart |
@@ -217,7 +217,7 @@ class _WebSocketProtocolProcessor { |
// Move to the next byte. |
index++; |
} |
- } catch (var e) { |
+ } catch (e) { |
_reportError(e); |
} |
} |