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

Unified Diff: runtime/bin/socket_base_unsupported.cc

Issue 2780063002: Pulled a significant portion of Socket implementation into BaseSocket in order to prepare for the s… (Closed)
Patch Set: Pulled a significant portion of Socket implementation into SocketBase in order to prepare for the s… Created 3 years, 9 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
Index: runtime/bin/socket_base_unsupported.cc
diff --git a/runtime/bin/socket_unsupported.cc b/runtime/bin/socket_base_unsupported.cc
similarity index 98%
rename from runtime/bin/socket_unsupported.cc
rename to runtime/bin/socket_base_unsupported.cc
index 39b2f57e497e7fcbad606f382e4a5bde31524be9..552e625c16f6bba6ac3c2ebb51f3a4a4752bb3a5 100644
--- a/runtime/bin/socket_unsupported.cc
+++ b/runtime/bin/socket_base_unsupported.cc
@@ -39,7 +39,7 @@ void FUNCTION_NAME(Socket_CreateBindConnect)(Dart_NativeArguments args) {
}
-void FUNCTION_NAME(Socket_IsBindError)(Dart_NativeArguments args) {
+void FUNCTION_NAME(SocketBase_IsBindError)(Dart_NativeArguments args) {
Dart_ThrowException(
DartUtils::NewDartArgumentError("Sockets unsupported on this platform"));
}

Powered by Google App Engine
This is Rietveld 408576698