| Index: runtime/vm/scanner.cc
|
| ===================================================================
|
| --- runtime/vm/scanner.cc (revision 28616)
|
| +++ runtime/vm/scanner.cc (working copy)
|
| @@ -336,7 +336,7 @@
|
| String& literal =
|
| String::ZoneHandle(Symbols::New(source_, ident_pos, ident_length));
|
| if (ident_char0 == kPrivateIdentifierStart) {
|
| - // Private identifiers are mangled on a per script basis.
|
| + // Private identifiers are mangled on a per library basis.
|
| literal = String::Concat(literal, private_key_);
|
| literal = Symbols::New(literal);
|
| }
|
|
|