Chromium Code Reviews| Index: src/x87/code-stubs-x87.h |
| diff --git a/src/x87/code-stubs-x87.h b/src/x87/code-stubs-x87.h |
| index 76d508ab29b2bc3ef8ca64e4a5423f3c09fafcce..6dbb44fc5361888809281ff51fa83a0d8b084bd5 100644 |
| --- a/src/x87/code-stubs-x87.h |
| +++ b/src/x87/code-stubs-x87.h |
| @@ -244,7 +244,7 @@ class RecordWriteStub: public PlatformCodeStub { |
| break; |
| } |
| ASSERT(GetMode(stub) == mode); |
| - CPU::FlushICache(stub->instruction_start(), 7); |
| + CpuFeatures::FlushICache(stub->instruction_start(), 7); |
| } |
| private: |