Index: src/objects.h |
=================================================================== |
--- src/objects.h (revision 9574) |
+++ src/objects.h (working copy) |
@@ -2422,7 +2422,7 @@ |
NULL_DESCRIPTOR; |
} |
// Swap operation on FixedArray without using write barriers. |
- static inline void fast_swap(FixedArray* array, int first, int second); |
+ static inline void swap_elements(FixedArray* array, int first, int second); |
// Swap descriptor first and second. |
inline void Swap(int first, int second); |