| Index: runtime/include/dart_native_api.h
|
| diff --git a/runtime/include/dart_native_api.h b/runtime/include/dart_native_api.h
|
| index 2176aadeabb9ab5a013ec541c44be2c29ba9d313..15b20d194689ccadfb93689972342ae5d40c0a42 100644
|
| --- a/runtime/include/dart_native_api.h
|
| +++ b/runtime/include/dart_native_api.h
|
| @@ -155,5 +155,6 @@ DART_EXPORT bool Dart_CloseNativePort(Dart_Port native_port_id);
|
| * TODO(turnidge): Document.
|
| */
|
| DART_EXPORT Dart_Handle Dart_CompileAll();
|
| +DART_EXPORT Dart_Handle Dart_Precompile();
|
|
|
| #endif /* INCLUDE_DART_NATIVE_API_H_ */ /* NOLINT */
|
|
|