Chromium Code Reviews| 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); |
|
Cutch
2015/10/29 21:15:32
This needs proper API comments.
Also a heart beat
rmacnak
2015/10/29 22:07:32
Done.
|
| /** |
| * Lookup or instantiate a type by name and type arguments from a Library. |