Chromium Code Reviews| Index: runtime/bin/builtin.h |
| diff --git a/runtime/bin/builtin.h b/runtime/bin/builtin.h |
| index a4d8a13dc54408a216fa49d5ab1cee99b863f268..674839cf9052128b6875b6dbfa8b6109e36d5764 100644 |
| --- a/runtime/bin/builtin.h |
| +++ b/runtime/bin/builtin.h |
| @@ -57,6 +57,8 @@ class Builtin { |
| int argument_count, |
| bool* auto_setup_scope); |
| + static const char* NativeReverseLookup(Dart_NativeFunction nf); |
|
siva
2014/04/08 16:27:54
Instead of NativeReverseLookup I would call it Nat
Cutch
2014/04/09 17:40:59
Done.
|
| + |
| static const char* builtin_source_paths_[]; |
| static const char* io_source_paths_[]; |
| static const char* io_patch_paths_[]; |