Index: runtime/lib/string_patch.dart |
diff --git a/runtime/lib/string_patch.dart b/runtime/lib/string_patch.dart |
index 5abad6613e3e5064855f0a230fb915d404d87223..17962df167c814bd418c430b322a6e600fa37320 100644 |
--- a/runtime/lib/string_patch.dart |
+++ b/runtime/lib/string_patch.dart |
@@ -83,6 +83,8 @@ abstract class _StringBase { |
"_StringBase can't be instaniated"); |
} |
+ Type get runtimeType => String; |
+ |
int get hashCode native "String_getHashCode"; |
bool get _isOneByte { |