| Index: Source/WebCore/bindings/dart/custom/DartWebSocketCustom.cpp
|
| diff --git a/Source/WebCore/bindings/dart/custom/DartWebSocketCustom.cpp b/Source/WebCore/bindings/dart/custom/DartWebSocketCustom.cpp
|
| index 094f138407ad9f75c434a0ce6b7e0d8926dfe566..43060c8342ef4c443730a6ebdc8bbafcb2a2cb1a 100644
|
| --- a/Source/WebCore/bindings/dart/custom/DartWebSocketCustom.cpp
|
| +++ b/Source/WebCore/bindings/dart/custom/DartWebSocketCustom.cpp
|
| @@ -110,7 +110,6 @@ void sendCallback(Dart_NativeArguments args)
|
| exception = DartDOMWrapper::exceptionCodeToDartException(ec);
|
| goto fail;
|
| }
|
| - Dart_SetReturnValue(args, DartUtilities::boolToDart(result));
|
| return;
|
| }
|
|
|
|
|