| Index: runtime/vm/intrinsifier.h
|
| diff --git a/runtime/vm/intrinsifier.h b/runtime/vm/intrinsifier.h
|
| index 596b0100f5cbb402d8ab67cfa2f29d63a7634e47..403bd07c456cddf6f153d5ff30c402921e26d105 100644
|
| --- a/runtime/vm/intrinsifier.h
|
| +++ b/runtime/vm/intrinsifier.h
|
| @@ -75,9 +75,9 @@ namespace dart {
|
| V(_FixedSizeArrayIterator, get:hasNext, FixedSizeArrayIterator_getHasNext) \
|
| V(_FixedSizeArrayIterator, next, FixedSizeArrayIterator_next) \
|
| V(_StringBase, get:hashCode, String_getHashCode) \
|
| + V(_StringBase, get:isEmpty, String_getIsEmpty) \
|
| V(_StringBase, get:length, String_getLength) \
|
| V(_StringBase, charCodeAt, String_charCodeAt) \
|
| - V(_StringBase, isEmpty, String_isEmpty) \
|
| V(_ByteArrayBase, get:length, ByteArrayBase_getLength) \
|
| V(_Int8Array, [], Int8Array_getIndexed) \
|
| V(_Int8Array, []=, Int8Array_setIndexed) \
|
|
|