Index: runtime/bin/common.dart |
diff --git a/runtime/bin/common.dart b/runtime/bin/common.dart |
index 7f2da974a16d1d35115b5574bc4b637f01c61e0f..33ce2a5dd9ef2e933205cefb6f3f973506935555 100644 |
--- a/runtime/bin/common.dart |
+++ b/runtime/bin/common.dart |
@@ -27,7 +27,7 @@ class OSError { |
String toString() { |
StringBuffer sb = new StringBuffer(); |
sb.add("OS Error"); |
- if (!message.isEmpty()) { |
+ if (!message.isEmpty) { |
sb.add(": "); |
sb.add(message); |
if (errorCode != noErrorCode) { |