| Index: runtime/include/dart_native_api.h
|
| diff --git a/runtime/include/dart_native_api.h b/runtime/include/dart_native_api.h
|
| index 7dce495814cdfc72835629063709d65cf9f3fa53..ceeadc5eda78debeb14ce87e33a9d0b153dce513 100644
|
| --- a/runtime/include/dart_native_api.h
|
| +++ b/runtime/include/dart_native_api.h
|
| @@ -169,5 +169,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_ParseAll();
|
|
|
| #endif /* INCLUDE_DART_NATIVE_API_H_ */ /* NOLINT */
|
|
|