Chromium Code Reviews| Index: vm/scopes.h |
| =================================================================== |
| --- vm/scopes.h (revision 16583) |
| +++ vm/scopes.h (working copy) |
| @@ -148,7 +148,7 @@ |
| return new SourceLabel(token_pos, *name, kind); |
| } else { |
| return new SourceLabel(token_pos, |
| - String::ZoneHandle(Symbols::DefaultLabel()), |
| + Symbols::DefaultLabel(), |
| kind); |
| } |
| } |