| Index: runtime/vm/raw_object.h
|
| ===================================================================
|
| --- runtime/vm/raw_object.h (revision 14711)
|
| +++ runtime/vm/raw_object.h (working copy)
|
| @@ -925,7 +925,6 @@
|
| }
|
| 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.
|
| };
|
|
|
|
|
| @@ -935,6 +934,7 @@
|
| };
|
|
|
|
|
| +
|
| class RawError : public RawObject {
|
| RAW_HEAP_OBJECT_IMPLEMENTATION(Error);
|
| };
|
|
|