| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 0cc1570b2845e9a5b94389f4d7f91853ba3bb849..886afcdcd9a18e982b86cbe57305212fed981e4b 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -24437,7 +24437,7 @@ typedef void VoidCallback();
|
| *
|
| * To receive data on the WebSocket, register a listener for message events.
|
| *
|
| - * webSocket.on.message.add((MessageEvent e) {
|
| + * webSocket.onMessage.listen((MessageEvent e) {
|
| * receivedData(e.data);
|
| * });
|
| *
|
|
|