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