Index: src/platform-win32.cc |
diff --git a/src/platform-win32.cc b/src/platform-win32.cc |
index 80bcaf92afdde9355cf2cbb554e375fd623b2a7d..68c60096880d3589588c729b142965327c5deead 100644 |
--- a/src/platform-win32.cc |
+++ b/src/platform-win32.cc |
@@ -892,7 +892,7 @@ size_t OS::AllocateAlignment() { |
} |
-static void* GetRandomAddr() { |
+void* OS::GetRandomMmapAddr() { |
Isolate* isolate = Isolate::UncheckedCurrent(); |
// Note that the current isolate isn't set up in a call path via |
// CpuFeatures::Probe. We don't care about randomization in this case because |