Chromium Code Reviews| Index: runtime/bin/io_natives.h |
| diff --git a/runtime/bin/io_natives.h b/runtime/bin/io_natives.h |
| index 7039234afc63b0fdc83c8b3e91607cac0e54a4af..2c5c3a80b7e6cf2148c57199bebf72af723ef599 100644 |
| --- a/runtime/bin/io_natives.h |
| +++ b/runtime/bin/io_natives.h |
| @@ -15,6 +15,8 @@ Dart_NativeFunction IONativeLookup(Dart_Handle name, |
| int argument_count, |
| bool* auto_setup_scope); |
| +const char* IONativeReverseLookup(Dart_NativeFunction nf); |
| + |
| } // namespace bin |
| } // namespace dart |