Index: runtime/bin/file_fuchsia.cc |
diff --git a/runtime/bin/file_fuchsia.cc b/runtime/bin/file_fuchsia.cc |
index fdc26238821b7d017e80de5cb75e070df6947362..da22733f19209a28611546c45f91d0994120cf62 100644 |
--- a/runtime/bin/file_fuchsia.cc |
+++ b/runtime/bin/file_fuchsia.cc |
@@ -75,7 +75,7 @@ bool File::IsClosed() { |
} |
-void* File::MapExecutable(intptr_t* len) { |
+void* File::Map(MapType type, int64_t position, int64_t length) { |
UNIMPLEMENTED(); |
return NULL; |
} |