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

Unified Diff: sdk/lib/io/websocket_impl.dart

Issue 300113005: Untype 'Socket' a few places, where we try to call a hidden function. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 | « sdk/lib/io/http_impl.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/websocket_impl.dart
diff --git a/sdk/lib/io/websocket_impl.dart b/sdk/lib/io/websocket_impl.dart
index 65e12f4bb5420a646e30ec1e82c8b854fdafb786..2f95ff742286594d8a61e2709b4b90f9162c0ae7 100644
--- a/sdk/lib/io/websocket_impl.dart
+++ b/sdk/lib/io/websocket_impl.dart
@@ -751,7 +751,7 @@ class _WebSocketImpl extends Stream with _ServiceObject implements WebSocket {
StreamSubscription _subscription;
StreamSink _sink;
- final Socket _socket;
+ final _socket;
final bool _serverSide;
int _readyState = WebSocket.CONNECTING;
bool _writeClosed = false;
« no previous file with comments | « sdk/lib/io/http_impl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698