| Index: dart/sdk/lib/_internal/compiler/implementation/lib/js_string.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/lib/js_string.dart b/dart/sdk/lib/_internal/compiler/implementation/lib/js_string.dart
|
| index 5210b87ef67b700e0e77e7d33d88c506c73ac97a..d0d857c2feb5996c99446a27bf1c90fcb659af97 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/lib/js_string.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/lib/js_string.dart
|
| @@ -184,6 +184,7 @@ class JSString implements String {
|
| : JS('bool', r'# < #', this, other) ? -1 : 1;
|
| }
|
|
|
| + // Note: if you change this, also change the function [S].
|
| String toString() => this;
|
|
|
| /**
|
|
|