Index: runtime/bin/extensions_macos.cc |
diff --git a/runtime/bin/extensions_macos.cc b/runtime/bin/extensions_macos.cc |
index f65a04527da6fccf05e2e940c8b3fe1a2f73ae78..858829523b01a74142b35c5c0c3706782c86b39a 100644 |
--- a/runtime/bin/extensions_macos.cc |
+++ b/runtime/bin/extensions_macos.cc |
@@ -19,7 +19,7 @@ const char* kIsolateSnapshotDataSymbolName = "kDartIsolateSnapshotData"; |
const char* kIsolateSnapshotInstructionsSymbolName = |
"kDartIsolateSnapshotInstructions"; |
-void* Extensions::LoadLibrary(const char* library_file) { |
+void* Extensions::LoadExtensionLibrary(const char* library_file) { |
return dlopen(library_file, RTLD_LAZY); |
} |