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

Unified Diff: Source/WebCore/bindings/dart/custom/DartWebSocketCustom.cpp

Issue 10910275: In our overrides WebSocket.send is void. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 8 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698