Chromium Code Reviews| Index: runtime/lib/string_patch.dart |
| =================================================================== |
| --- runtime/lib/string_patch.dart (revision 28266) |
| +++ runtime/lib/string_patch.dart (working copy) |
| @@ -20,6 +20,8 @@ |
| "_StringBase can't be instaniated"); |
| } |
| + Type get runtimeType => String; |
| + |
| int get hashCode native "String_getHashCode"; |
| /** |