Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(874)

Unified Diff: runtime/bin/extensions.h

Issue 2694103004: Cleanup app snapshots on isolate/vm exit. (Closed)
Patch Set: merge Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/builtin_impl_sources.gypi ('k') | runtime/bin/extensions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/extensions.h
diff --git a/runtime/bin/extensions.h b/runtime/bin/extensions.h
index 3739c434f4e56180f4d99428722a34e1ca87f80a..d4c7b33001d453f5efeca1d2a284deebeefe1688 100644
--- a/runtime/bin/extensions.h
+++ b/runtime/bin/extensions.h
@@ -20,8 +20,9 @@ class Extensions {
Dart_Handle parent_library);
// Platform-specific implementations.
- static void* LoadExtensionLibrary(const char* library_file);
+ static void* LoadLibrary(const char* library_file);
static void* ResolveSymbol(void* lib_handle, const char* symbol);
+ static void UnloadLibrary(void* lib_handle);
private:
static Dart_Handle GetError();
« no previous file with comments | « runtime/bin/builtin_impl_sources.gypi ('k') | runtime/bin/extensions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698