Chromium Code Reviews| Index: src/x64/assembler-x64.h |
| diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h |
| index b6dc17981181abc0ffd5bd948c41fc3c432ebf4c..0210f4c64ad7d6c045477e92cd147fc50605fa95 100644 |
| --- a/src/x64/assembler-x64.h |
| +++ b/src/x64/assembler-x64.h |
| @@ -483,6 +483,7 @@ class CpuFeatures : public AllStatic { |
| static uint64_t found_by_runtime_probing_only_; |
| friend class ExternalReference; |
| + friend class PlatformFeatureScope; |
| DISALLOW_COPY_AND_ASSIGN(CpuFeatures); |
| }; |