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

Unified Diff: runtime/bin/socket_base_unsupported.cc

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 years, 5 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 | « runtime/bin/socket_base_macos.cc ('k') | runtime/bin/socket_base_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/socket_base_unsupported.cc
diff --git a/runtime/bin/socket_base_unsupported.cc b/runtime/bin/socket_base_unsupported.cc
index e8c51f94abac8f6259194f24dc09ce0241a4e05a..2426e3e128804279dc43af9fbf10065e08a996cb 100644
--- a/runtime/bin/socket_base_unsupported.cc
+++ b/runtime/bin/socket_base_unsupported.cc
@@ -20,13 +20,11 @@ void FUNCTION_NAME(InternetAddress_Parse)(Dart_NativeArguments args) {
DartUtils::NewDartArgumentError("Sockets unsupported on this platform"));
}
-
void FUNCTION_NAME(NetworkInterface_ListSupported)(Dart_NativeArguments args) {
Dart_ThrowException(
DartUtils::NewDartArgumentError("Sockets unsupported on this platform"));
}
-
void FUNCTION_NAME(SocketBase_IsBindError)(Dart_NativeArguments args) {
Dart_ThrowException(
DartUtils::NewDartArgumentError("Sockets unsupported on this platform"));
« no previous file with comments | « runtime/bin/socket_base_macos.cc ('k') | runtime/bin/socket_base_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698