Index: runtime/bin/extensions_linux.cc |
diff --git a/runtime/bin/extensions_linux.cc b/runtime/bin/extensions_linux.cc |
index e172f0da41bf0a220522d674dc1210f3688cdb53..54a88a409b1bcd78b90f8b42f4cb619676706f17 100644 |
--- a/runtime/bin/extensions_linux.cc |
+++ b/runtime/bin/extensions_linux.cc |
@@ -13,7 +13,8 @@ namespace dart { |
namespace bin { |
const char* kPrecompiledLibraryName = "libprecompiled.so"; |
-const char* kPrecompiledSymbolName = "_kInstructionsSnapshot"; |
+const char* kPrecompiledInstructionsSymbolName = "_kInstructionsSnapshot"; |
+const char* kPrecompiledDataSymbolName = "_kDataSnapshot"; |
void* Extensions::LoadExtensionLibrary(const char* library_file) { |
return dlopen(library_file, RTLD_LAZY); |