Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index c609f44b4b18ea0c1c8f22bbdebe696547aa611d..d2eb5c627d6e40c4ff224860a10aec204ef6ff40 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -2090,6 +2090,8 @@ class ICData : public Object { |
void set_ic_data_array(const Array& value) const; |
void set_state_bits(uint32_t bits) const; |
+ bool ValidateInteceptor(const Function& target) const; |
+ |
enum { |
kNumArgsTestedPos = 0, |
kNumArgsTestedSize = 2, |