Index: runtime/bin/extensions_win.cc |
diff --git a/runtime/bin/extensions_win.cc b/runtime/bin/extensions_win.cc |
index da626f15e06e0aa995e49c7fb39f665a7297533a..493acad450eae3405f4ad852ec3ba2b507500687 100644 |
--- a/runtime/bin/extensions_win.cc |
+++ b/runtime/bin/extensions_win.cc |
@@ -12,8 +12,7 @@ |
namespace dart { |
namespace bin { |
-const char* kPrecompiledVMIsolateSymbolName = "_kVmIsolateSnapshot"; |
-const char* kPrecompiledIsolateSymbolName = "_kIsolateSnapshot"; |
+const char* kPrecompiledLibraryName = "precompiled.dll"; |
const char* kPrecompiledInstructionsSymbolName = "_kInstructionsSnapshot"; |
const char* kPrecompiledDataSymbolName = "_kDataSnapshot"; |