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

Unified Diff: runtime/vm/intrinsifier.h

Issue 11024002: Minor style and comment fixes from review comments. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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/lib/array_patch.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intrinsifier.h
diff --git a/runtime/vm/intrinsifier.h b/runtime/vm/intrinsifier.h
index 86ce18c7384faf9ab316a4e45aa19115ad23c501..1e2306656afa671d3bde96797252fd4e47b5b2f8 100644
--- a/runtime/vm/intrinsifier.h
+++ b/runtime/vm/intrinsifier.h
@@ -56,9 +56,7 @@ namespace dart {
V(_ObjectArray, get:length, Array_getLength) \
V(_ObjectArray, [], Array_getIndexed) \
V(_ObjectArray, []=, Array_setIndexed) \
- V(_GrowableObjectArray, \
- .fromObjectArray, \
- GArray_Allocate) \
+ V(_GrowableObjectArray, .fromObjectArray, GArray_Allocate) \
V(_GrowableObjectArray, get:length, GrowableArray_getLength) \
V(_GrowableObjectArray, get:capacity, GrowableArray_getCapacity) \
V(_GrowableObjectArray, [], GrowableArray_getIndexed) \
« no previous file with comments | « runtime/lib/array_patch.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698