Index: src/x64/assembler-x64.h |
diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h |
index f2e37fe863f9542a04a5e836f2260312523d8ec8..f4cc4a39c5954993e2101afe3beb550a16605804 100644 |
--- a/src/x64/assembler-x64.h |
+++ b/src/x64/assembler-x64.h |
@@ -504,6 +504,7 @@ class CpuFeatures : public AllStatic { |
static uint64_t found_by_runtime_probing_only_; |
friend class ExternalReference; |
+ friend class PlatformFeatureScope; |
DISALLOW_COPY_AND_ASSIGN(CpuFeatures); |
}; |