| Index: runtime/bin/extensions_win.cc
|
| diff --git a/runtime/bin/extensions_win.cc b/runtime/bin/extensions_win.cc
|
| index d3b49f2a98839d6b011529e332fc80fcb8487ac3..224bcdf95cb56886f580505f47a77141f27385ab 100644
|
| --- a/runtime/bin/extensions_win.cc
|
| +++ b/runtime/bin/extensions_win.cc
|
| @@ -14,7 +14,8 @@ namespace dart {
|
| namespace bin {
|
|
|
| const char* kPrecompiledLibraryName = "precompiled.dll";
|
| -const char* kPrecompiledSymbolName = "_kInstructionsSnapshot";
|
| +const char* kPrecompiledInstructionsSymbolName = "_kInstructionsSnapshot";
|
| +const char* kPrecompiledDataSymbolName = "_kDataSnapshot";
|
|
|
| void* Extensions::LoadExtensionLibrary(const char* library_file) {
|
| SetLastError(0);
|
|
|