| Index: src/isolate.cc
|
| diff --git a/src/isolate.cc b/src/isolate.cc
|
| index 8f5b968c5d98ee0437456af0eb22c96b8b13388b..9071c0229a940e49659e5f233175b9dbd471cf12 100644
|
| --- a/src/isolate.cc
|
| +++ b/src/isolate.cc
|
| @@ -1808,7 +1808,7 @@ bool Isolate::Init(Deserializer* des) {
|
|
|
| use_crankshaft_ = FLAG_crankshaft
|
| && !Serializer::enabled()
|
| - && CPU::SupportsCrankshaft();
|
| + && CpuFeatures::SupportsCrankshaft();
|
|
|
| if (function_entry_hook() != NULL) {
|
| // When function entry hooking is in effect, we have to create the code
|
|
|