Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index c609f44b4b18ea0c1c8f22bbdebe696547aa611d..8407978c45926d389baeeebee2204f89c9227e46 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 ValidateInterceptor(const Function& target) const; |
+ |
enum { |
kNumArgsTestedPos = 0, |
kNumArgsTestedSize = 2, |