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

Unified Diff: runtime/vm/intrinsifier.cc

Issue 25813002: - Rename arrays to lists: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 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
Index: runtime/vm/intrinsifier.cc
===================================================================
--- runtime/vm/intrinsifier.cc (revision 28179)
+++ runtime/vm/intrinsifier.cc (working copy)
@@ -69,7 +69,7 @@
// the class matches and the rest of the method name starting with
// the dot matches, we have found a match.
// We do not store the entire factory constructor name with the class
- // (e.g: _GrowableObjectArray.withData) because the actual function name
+ // (e.g: _GrowableList.withData) because the actual function name
// that we see here includes the private key.
if (test_function_name[0] == '.') {
function_name = strstr(function_name, ".");
« no previous file with comments | « runtime/vm/intrinsifier.h ('k') | runtime/vm/intrinsifier_arm.cc » ('j') | runtime/vm/object.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698