Index: runtime/bin/extensions_linux.cc |
diff --git a/runtime/bin/extensions_linux.cc b/runtime/bin/extensions_linux.cc |
index c42024af51b71320284a13c6928e167b1fcef634..23ee6ed29f3b87961517fbbcaffc172dfb26d6e2 100644 |
--- a/runtime/bin/extensions_linux.cc |
+++ b/runtime/bin/extensions_linux.cc |
@@ -12,6 +12,9 @@ |
namespace dart { |
namespace bin { |
+const char* kPrecompiledLibraryName = "libprecompiled.so"; |
+const char* kPrecompiledSymbolName = "_kInstructionsSnapshot"; |
+ |
void* Extensions::LoadExtensionLibrary(const char* library_file) { |
return dlopen(library_file, RTLD_LAZY); |
} |