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