Index: runtime/vm/virtual_memory_fuchsia.cc |
diff --git a/runtime/vm/virtual_memory_fuchsia.cc b/runtime/vm/virtual_memory_fuchsia.cc |
index ca48ec2d6aec4a7ced3dfd3a6d52f1cf157c7111..bc708ec8516e588d9ba1a2f2380ef65e93505c82 100644 |
--- a/runtime/vm/virtual_memory_fuchsia.cc |
+++ b/runtime/vm/virtual_memory_fuchsia.cc |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
#include "vm/globals.h" |
-#if defined(TARGET_OS_FUCHSIA) |
+#if defined(HOST_OS_FUCHSIA) |
#include "vm/virtual_memory.h" |
@@ -280,4 +280,4 @@ bool VirtualMemory::Protect(void* address, intptr_t size, Protection mode) { |
} // namespace dart |
-#endif // defined(TARGET_OS_FUCHSIA) |
+#endif // defined(HOST_OS_FUCHSIA) |