| Index: sdk/lib/_internal/compiler/implementation/lib/js_string.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/lib/js_string.dart b/sdk/lib/_internal/compiler/implementation/lib/js_string.dart
|
| index a87c6116302843abcc182ec05127a313a0649b8c..8305dfa6b5e8b7bad8f66b7b29c3c67aa087e78c 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/js_string.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/js_string.dart
|
| @@ -153,7 +153,7 @@ class JSString implements String {
|
| return 0x1fffffff & (hash + (0x00003fff & hash) << 15);
|
| }
|
|
|
| - Type get runtimeType => createRuntimeType('String');
|
| + Type get runtimeType => String;
|
|
|
| int get length => JS('int', r'#.length', this);
|
| }
|
|
|