| Index: pkg/compiler/lib/src/js/js.dart
|
| diff --git a/pkg/compiler/lib/src/js/js.dart b/pkg/compiler/lib/src/js/js.dart
|
| index 3a9fd2ea8e599045266b3d5a1060191852a1c0b8..313330d7afcb0a8cf8cf493269024cde77dc8c54 100644
|
| --- a/pkg/compiler/lib/src/js/js.dart
|
| +++ b/pkg/compiler/lib/src/js/js.dart
|
| @@ -137,8 +137,8 @@ class UnparsedNode extends DeferredString
|
| /// A [js.Literal] that represents the string result of unparsing [ast].
|
| ///
|
| /// When its string [value] is requested, the node pretty-prints the given
|
| - /// [ast] and, if [protectForEval] is true, wraps the resulting
|
| - /// string in parenthesis. The result is also escaped.
|
| + /// [ast] and, if [protectForEval] is true, wraps the resulting string in
|
| + /// parenthesis. The result is also escaped.
|
| UnparsedNode(this.tree, this._compiler, this._protectForEval);
|
|
|
| LiteralString get _literal {
|
|
|