| Index: runtime/vm/intrinsifier.h
|
| diff --git a/runtime/vm/intrinsifier.h b/runtime/vm/intrinsifier.h
|
| index cd8f7ff1ef7564a22023d3a5baf5c207a54c420b..3924bfd2f901e35905f706867eea8273c37227a1 100644
|
| --- a/runtime/vm/intrinsifier.h
|
| +++ b/runtime/vm/intrinsifier.h
|
| @@ -74,10 +74,10 @@ namespace dart {
|
| V(Object, ==, Object_equal) \
|
| V(_FixedSizeArrayIterator, next, FixedSizeArrayIterator_next) \
|
| V(_FixedSizeArrayIterator, hasNext, FixedSizeArrayIterator_hasNext) \
|
| - V(StringBase, get:length, String_getLength) \
|
| - V(StringBase, charCodeAt, String_charCodeAt) \
|
| - V(StringBase, hashCode, String_hashCode) \
|
| - V(StringBase, isEmpty, String_isEmpty) \
|
| + V(_StringBase, get:length, String_getLength) \
|
| + V(_StringBase, charCodeAt, String_charCodeAt) \
|
| + V(_StringBase, hashCode, String_hashCode) \
|
| + V(_StringBase, isEmpty, String_isEmpty) \
|
| V(_ByteArrayBase, get:length, ByteArrayBase_getLength) \
|
| V(_Int8Array, [], Int8Array_getIndexed) \
|
| V(_Uint8Array, [], Uint8Array_getIndexed) \
|
|
|