Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 7419287d79927ee72997d5fb8c29efd0cf733fa9..f43dd0f301818f240b6216fb66e29c5cc6d3f8b6 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -1896,6 +1896,8 @@ class ICData : public Object { |
intptr_t NumArgsTested() const; |
+ intptr_t TypeArgsLen() const; |
+ |
intptr_t deopt_id() const { |
#if defined(DART_PRECOMPILED_RUNTIME) |
UNREACHABLE(); |