| Index: src/ia32/virtual-frame-ia32.cc
|
| diff --git a/src/ia32/virtual-frame-ia32.cc b/src/ia32/virtual-frame-ia32.cc
|
| index 2613cafa105bfe1994b12a4f6c130de0bcb195e9..0304c32262c1d8d00179a53c7885fa138f424d4e 100644
|
| --- a/src/ia32/virtual-frame-ia32.cc
|
| +++ b/src/ia32/virtual-frame-ia32.cc
|
| @@ -828,7 +828,7 @@ void VirtualFrame::UntaggedPushFrameSlotAt(int index) {
|
| cgen()->unsafe_bailout_->Branch(not_equal);
|
| }
|
|
|
| - if (!Isolate::Current()->cpu_features()->IsSupported(SSE2)) {
|
| + if (!CpuFeatures::IsSupported(SSE2)) {
|
| UNREACHABLE();
|
| } else {
|
| CpuFeatures::Scope use_sse2(SSE2);
|
|
|