| Index: lib/dom/dom.dart
|
| diff --git a/lib/dom/dom.dart b/lib/dom/dom.dart
|
| index df4261122234119b8bb8451e063a52e09c05bcb2..d3361e461a07012967e17aec265e5fee97ada6e1 100644
|
| --- a/lib/dom/dom.dart
|
| +++ b/lib/dom/dom.dart
|
| @@ -12089,7 +12089,7 @@ interface WebSocket extends EventTarget default _WebSocketFactoryProvider {
|
|
|
| void removeEventListener(String type, EventListener listener, [bool useCapture]);
|
|
|
| - bool send(String data);
|
| + bool send(/*custom*/ data);
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
|
|