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

Unified Diff: runtime/vm/symbols.h

Issue 1312833009: Added {Zone}GrowableHandlePtrArray types: simplifies code, makes code safer (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: d Created 5 years, 4 months 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
« no previous file with comments | « runtime/vm/parser.cc ('k') | runtime/vm/symbols.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index a9cb2cae9ef77f8511838d9ea1f3da8df78f8cb1..29682eb586eee650798b30697d3408926d39e503 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -596,7 +596,8 @@ class Symbols : public AllStatic {
static RawString* FromConcat(const String& str1, const String& str2);
- static RawString* FromConcatAll(const GrowableArray<const String*>& strs);
+ static RawString* FromConcatAll(
+ const GrowableHandlePtrArray<const String>& strs);
// Returns char* of predefined symbol.
static const char* Name(SymbolId symbol);
« no previous file with comments | « runtime/vm/parser.cc ('k') | runtime/vm/symbols.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698