Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index d5062633402b9c66a7b4e20c46a5eb4e109c01be..eb3212b7a52b321a39efeeb60557a1240c717f11 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(); |