Index: src/platform-openbsd.cc |
diff --git a/src/platform-openbsd.cc b/src/platform-openbsd.cc |
index faf9ba33a5fd749f1a21468adc39501797026c09..bb20df3203f2672b02eadb316d0f68732036848f 100644 |
--- a/src/platform-openbsd.cc |
+++ b/src/platform-openbsd.cc |
@@ -160,7 +160,7 @@ void OS::LogSharedLibraryAddresses() { |
const int kLibNameLen = FILENAME_MAX + 1; |
char* lib_name = reinterpret_cast<char*>(malloc(kLibNameLen)); |
- i::Isolate* isolate = ISOLATE; |
+ i::Isolate* isolate = Isolate::Current(); |
// This loop will terminate once the scanning hits an EOF. |
while (true) { |
uintptr_t start, end; |