| Index: runtime/vm/intrinsifier_ia32.cc
|
| diff --git a/runtime/vm/intrinsifier_ia32.cc b/runtime/vm/intrinsifier_ia32.cc
|
| index a6056ac3d0cc3caa380cf0113c22d9a3f04c77c7..8c15d29ea82d06052fa7d61dea3c5f193540e597 100644
|
| --- a/runtime/vm/intrinsifier_ia32.cc
|
| +++ b/runtime/vm/intrinsifier_ia32.cc
|
| @@ -1576,10 +1576,10 @@ bool Intrinsifier::FixedSizeArrayIterator_next(Assembler* assembler) {
|
|
|
|
|
| // Class 'FixedSizeArrayIterator':
|
| -// bool hasNext() {
|
| +// bool get hasNext {
|
| // return _length > _pos;
|
| // }
|
| -bool Intrinsifier::FixedSizeArrayIterator_hasNext(Assembler* assembler) {
|
| +bool Intrinsifier::FixedSizeArrayIterator_getHasNext(Assembler* assembler) {
|
| Label fall_through, is_true;
|
| const Bool& bool_true = Bool::ZoneHandle(Bool::True());
|
| const Bool& bool_false = Bool::ZoneHandle(Bool::False());
|
|
|