Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 10302) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -970,7 +970,7 @@ |
| RawObject** to() { |
| return reinterpret_cast<RawObject**>(&ptr()->ic_data_); |
| } |
| - intptr_t id_; // Parser node id corresponding to this IC. |
| + intptr_t deopt_id_; // Deoptimization id corresponding to this IC. |
| intptr_t num_args_tested_; // Number of arguments tested in IC. |
| }; |