Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: vm/scopes.h

Issue 11667012: Convert all symbols accessor to return read only handles so that it is not necessary to create a ne… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: vm/scopes.h
===================================================================
--- vm/scopes.h (revision 16459)
+++ 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);
}
}
« vm/intermediate_language_x64.cc ('K') | « vm/scanner.cc ('k') | vm/scopes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698