Index: runtime/include/dart_api.h |
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h |
index b77cc427ef42d27d2ded2002179d754527954701..36643303da42a450052c0867c8bb2cac0cac87fa 100755 |
--- a/runtime/include/dart_api.h |
+++ b/runtime/include/dart_api.h |
@@ -2714,6 +2714,7 @@ DART_EXPORT Dart_Handle Dart_LoadScriptFromSnapshot(const uint8_t* buffer, |
* \return Returns the root Library for the current isolate or Dart_Null(). |
*/ |
DART_EXPORT Dart_Handle Dart_RootLibrary(); |
+DART_EXPORT Dart_Handle Dart_SetRootLibrary(Dart_Handle library); |
/** |
* Lookup or instantiate a type by name and type arguments from a Library. |