| Index: lib/dom/dom.dart
|
| diff --git a/lib/dom/dom.dart b/lib/dom/dom.dart
|
| index df4261122234119b8bb8451e063a52e09c05bcb2..29490cd077100b06053e79f1cb19c926d4157685 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);
|
| + void send(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
|
|
|