Chromium Code Reviews| Index: runtime/include/dart_api.h |
| diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h |
| index 0b3f0e30c2c0e820c5d8e3c116f21c0ecce0bb87..70561680ccc0229602e95eaeb33b0a87af47a97d 100755 |
| --- a/runtime/include/dart_api.h |
| +++ b/runtime/include/dart_api.h |
| @@ -2538,6 +2538,7 @@ DART_EXPORT Dart_Handle Dart_CompileAll(); |
| */ |
| DART_EXPORT bool Dart_IsLibrary(Dart_Handle object); |
|
Ivan Posva
2012/08/27 23:55:00
?
Mads Ager (google)
2012/08/28 05:58:31
Done.
|
| + |
| /** |
| * Lookup a class or interface by name from a Library. |
| * |
| @@ -2580,7 +2581,8 @@ DART_EXPORT Dart_Handle Dart_LoadLibrary(Dart_Handle url, |
| DART_EXPORT Dart_Handle Dart_LibraryImportLibrary(Dart_Handle library, |
| - Dart_Handle import); |
| + Dart_Handle import, |
| + Dart_Handle prefix); |
| /** |
| * Loads a source string into a library. |