| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 762a06138f0cddd215749bbc95be9d69fbc9d6dd..9d8be3931ade7aba78df700465c20cba2414c23a 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -3584,9 +3584,7 @@ class ICData : public Object {
|
| #undef DEFINE_ENUM_LIST
|
| };
|
|
|
| - enum {
|
| - kLastRecordedDeoptReason = kDeoptUnknown - 1
|
| - };
|
| + static const intptr_t kLastRecordedDeoptReason = kDeoptUnknown - 1;
|
|
|
| enum DeoptFlags {
|
| // Deoptimization is caused by an optimistically hoisted instruction.
|
|
|