Chromium Code Reviews| Index: runtime/include/dart_api.h |
| diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h |
| index 0bbb63b8be9926a6aa27b4ddb2d849e508e8b951..918e3ccc25df2cb34fda3c86754083e822bb3e47 100644 |
| --- a/runtime/include/dart_api.h |
| +++ b/runtime/include/dart_api.h |
| @@ -620,6 +620,7 @@ typedef struct { |
| bool enable_error_on_bad_type; |
| bool enable_error_on_bad_override; |
| bool use_field_guards; |
| + bool use_osr; |
| } Dart_IsolateFlags; |
| /** |