Chromium Code Reviews| Index: src/ic/ic.h |
| diff --git a/src/ic/ic.h b/src/ic/ic.h |
| index bf395f1f2a443644c748c00aed71d0c632155742..dbeefb53d4e2609a360a0015e8a321703ee95e57 100644 |
| --- a/src/ic/ic.h |
| +++ b/src/ic/ic.h |
| @@ -81,6 +81,8 @@ class IC { |
| static InlineCacheState StateFromCode(Code* code); |
| + static inline bool IsHandler(Object* object); |
| + |
| protected: |
| Address fp() const { return fp_; } |
| Address pc() const { return *pc_address_; } |