| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index c30823f1ec5cf648e17a2e3ee2a25ee730840404..53c8b5048c31b6087a198e272ee123d1e51c8e08 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -1455,7 +1455,7 @@ class RawICData : public RawObject {
|
| }
|
| int32_t deopt_id_; // Deoptimization id corresponding to this IC.
|
| uint32_t state_bits_; // Number of arguments tested in IC, deopt reasons,
|
| - // is closure call, JS warning issued, range feedback.
|
| + // is closure call, range feedback.
|
| };
|
|
|
|
|
|
|