Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 6977cb6945065174d0e63761ed9f9edb966a972a..39656fa263efaaa2dcacb168fb2bfd54b26ca58e 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -568,7 +568,7 @@ namespace internal { |
| #define FOR_EACH_INTRINSIC_SIMD(F) \ |
| - F(IsSimdObject, 1, 1) \ |
| + F(IsSimdValue, 1, 1) \ |
| F(SimdToObject, 1, 1) \ |
| F(SimdEquals, 2, 1) \ |
| F(SimdSameValue, 2, 1) \ |