Chromium Code Reviews| Index: src/arm/code-stubs-arm.h |
| =================================================================== |
| --- src/arm/code-stubs-arm.h (revision 7563) |
| +++ src/arm/code-stubs-arm.h (working copy) |
| @@ -235,7 +235,7 @@ |
| operands_type_(TRBinaryOpIC::UNINITIALIZED), |
| result_type_(TRBinaryOpIC::UNINITIALIZED), |
| name_(NULL) { |
| - use_vfp3_ = CpuFeatures::IsSupported(VFP3); |
| + use_vfp3_ = Isolate::Current()->cpu_features()->IsSupported(VFP3); |
| ASSERT(OpBits::is_valid(Token::NUM_TOKENS)); |
| } |