Index: runtime/bin/stdio_patch.dart |
diff --git a/runtime/bin/stdio_patch.dart b/runtime/bin/stdio_patch.dart |
index 392ae1c03ce58bbea1a224efcfdb437ab69e9b9a..94781800738cda4a4c64e186ab857343a4b9499d 100644 |
--- a/runtime/bin/stdio_patch.dart |
+++ b/runtime/bin/stdio_patch.dart |
@@ -34,7 +34,7 @@ |
return null; |
} |
- @patch static int _nativeSocketType(_NativeSocket nativeSocket) { |
+ static int _nativeSocketType(_NativeSocket nativeSocket) { |
var result = _getSocketType(nativeSocket); |
if (result is OSError) { |
throw new FileSystemException( |