Chromium Code Reviews| Index: src/x64/assembler-x64.h |
| diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h |
| index f2243d3688611da54cf42184b252f487d5e4f100..1184bb3d8cedce4007c4233a26fc8c7e4c39ffab 100644 |
| --- a/src/x64/assembler-x64.h |
| +++ b/src/x64/assembler-x64.h |
| @@ -530,6 +530,7 @@ class CpuFeatures : public AllStatic { |
| static uint64_t supported_; |
| static uint64_t found_by_runtime_probing_; |
| + friend class ExternalReference; |
| DISALLOW_COPY_AND_ASSIGN(CpuFeatures); |
| }; |