Chromium Code Reviews| Index: runtime/vm/intrinsifier.h |
| diff --git a/runtime/vm/intrinsifier.h b/runtime/vm/intrinsifier.h |
| index d1277504e61da21ddc09af5efeeb0090515ec2ac..378d1d6aef68073a9f4833428a93d04755362f4c 100644 |
| --- a/runtime/vm/intrinsifier.h |
| +++ b/runtime/vm/intrinsifier.h |
| @@ -71,8 +71,6 @@ namespace dart { |
| V(::, sin, Math_sin) \ |
| V(::, cos, Math_cos) \ |
| V(Object, ==, Object_equal) \ |
| - V(_FixedSizeArrayIterator, get:hasNext, FixedSizeArrayIterator_getHasNext) \ |
|
Ivan Posva
2012/11/26 18:20:13
The equivalent routines will need to be handled. P
floitsch
2012/11/28 13:44:34
done.
|
| - V(_FixedSizeArrayIterator, next, FixedSizeArrayIterator_next) \ |
| V(_StringBase, get:hashCode, String_getHashCode) \ |
| V(_StringBase, get:isEmpty, String_getIsEmpty) \ |
| V(_StringBase, get:length, String_getLength) \ |