| Index: runtime/include/dart_api.h
|
| diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
|
| index e18df1bf24080c02a1850811e8d5cdd9149f8483..0bbb63b8be9926a6aa27b4ddb2d849e508e8b951 100644
|
| --- a/runtime/include/dart_api.h
|
| +++ b/runtime/include/dart_api.h
|
| @@ -611,7 +611,7 @@ DART_EXPORT const char* Dart_VersionString();
|
| * for each part.
|
| */
|
|
|
| -#define DART_FLAGS_CURRENT_VERSION (0x00000001)
|
| +#define DART_FLAGS_CURRENT_VERSION (0x00000002)
|
|
|
| typedef struct {
|
| int32_t version;
|
| @@ -619,6 +619,7 @@ typedef struct {
|
| bool enable_asserts;
|
| bool enable_error_on_bad_type;
|
| bool enable_error_on_bad_override;
|
| + bool use_field_guards;
|
| } Dart_IsolateFlags;
|
|
|
| /**
|
|
|