Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index 5c0f9a93fe95fc1373ee2b6977cd7512a46e1081..64608293918d514adea8cbb7a6b0b13a6b6864c1 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -1282,6 +1282,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. |
+ uint32_t range_feedback_; |
}; |