| Index: runtime/vm/raw_object.h
|
| ===================================================================
|
| --- runtime/vm/raw_object.h (revision 14704)
|
| +++ runtime/vm/raw_object.h (working copy)
|
| @@ -925,6 +925,7 @@
|
| }
|
| intptr_t deopt_id_; // Deoptimization id corresponding to this IC.
|
| intptr_t num_args_tested_; // Number of arguments tested in IC.
|
| + uint8_t deopt_reason_; // Last deoptimization reason.
|
| };
|
|
|
|
|
| @@ -934,7 +935,6 @@
|
| };
|
|
|
|
|
| -
|
| class RawError : public RawObject {
|
| RAW_HEAP_OBJECT_IMPLEMENTATION(Error);
|
| };
|
|
|