| Index: runtime/vm/intermediate_language.h
|
| ===================================================================
|
| --- runtime/vm/intermediate_language.h (revision 25556)
|
| +++ runtime/vm/intermediate_language.h (working copy)
|
| @@ -124,10 +124,8 @@
|
| // A list of core function that should always be inlined.
|
| #define INLINE_WHITE_LIST(V) \
|
| V(ListIterator, moveNext, ListIteratorMoveNext, 203118278) \
|
| - V(_GrowableObjectArray, get:iterator, GrowableArrayIterator, 810824939) \
|
| - V(_GrowableObjectArray, forEach, GrowableArrayForEach, 619038738)
|
| + V(_GrowableObjectArray, get:iterator, GrowableArrayIterator, 810824939)
|
|
|
| -
|
| // Class that recognizes the name and owner of a function and returns the
|
| // corresponding enum. See RECOGNIZED_LIST above for list of recognizable
|
| // functions.
|
|
|