Index: runtime/bin/dartutils.h |
diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h |
index b84e773fdb8966f0e3eaa0e7aa3eb091cfdc2589..48db952607b34bb8abbb26d3dedc1f3002450835 100644 |
--- a/runtime/bin/dartutils.h |
+++ b/runtime/bin/dartutils.h |
@@ -140,8 +140,8 @@ class DartUtils { |
static Dart_Handle NewDartOSError(); |
// Create a new Dart OSError object with the provided OS error. |
static Dart_Handle NewDartOSError(OSError* os_error); |
- static Dart_Handle NewDartSocketIOException(const char* message, |
- Dart_Handle os_error); |
+ static Dart_Handle NewDartSocketException(const char* message, |
+ Dart_Handle os_error); |
static Dart_Handle NewDartExceptionWithMessage(const char* library_url, |
const char* exception_name, |
const char* message); |