Index: runtime/bin/extensions_fuchsia.cc |
diff --git a/runtime/bin/extensions_fuchsia.cc b/runtime/bin/extensions_fuchsia.cc |
index d4746725cceb383cc6477d18ddab79fded83dd2e..691cac38dd3308721ac82afdd223b0f16d93276e 100644 |
--- a/runtime/bin/extensions_fuchsia.cc |
+++ b/runtime/bin/extensions_fuchsia.cc |
@@ -11,7 +11,8 @@ |
namespace dart { |
namespace bin { |
-const char* kPrecompiledLibraryName = "libprecompiled.so"; |
+const char* kPrecompiledVMIsolateSymbolName = "_kVmIsolateSnapshot"; |
+const char* kPrecompiledIsolateSymbolName = "_kIsolateSnapshot"; |
const char* kPrecompiledInstructionsSymbolName = "_kInstructionsSnapshot"; |
const char* kPrecompiledDataSymbolName = "_kDataSnapshot"; |