summaryrefslogtreecommitdiff
path: root/deps/v8/src/cpu-features.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/cpu-features.h')
-rw-r--r--deps/v8/src/cpu-features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/cpu-features.h b/deps/v8/src/cpu-features.h
index 310fafe272..bff6ef6f0b 100644
--- a/deps/v8/src/cpu-features.h
+++ b/deps/v8/src/cpu-features.h
@@ -104,8 +104,8 @@ class CpuFeatures : public AllStatic {
static void PrintFeatures();
private:
+ friend void V8_EXPORT_PRIVATE FlushInstructionCache(void*, size_t);
friend class ExternalReference;
- friend class AssemblerBase;
// Flush instruction cache.
static void FlushICache(void* start, size_t size);