Index: runtime/bin/loader.h |
diff --git a/runtime/bin/loader.h b/runtime/bin/loader.h |
index 6ddf49f566de1b56b2b77542e4772b355574ff5f..b4a7ef69d8c54c46983e39d1190d141446aa2624 100644 |
--- a/runtime/bin/loader.h |
+++ b/runtime/bin/loader.h |
@@ -22,6 +22,8 @@ class Loader { |
static void InitForSnapshot(const char* snapshot_uri); |
+ static Dart_Handle ReloadNativeExtensions(); |
+ |
// Loads contents of the specified url. |
static Dart_Handle LoadUrlContents(Dart_Handle url, |
uint8_t** payload, |