Chromium Code Reviews| Index: src/ic/ic.h |
| diff --git a/src/ic/ic.h b/src/ic/ic.h |
| index bd89655d6bc97d31d30539b8cca0da92abf8ddc1..bf395f1f2a443644c748c00aed71d0c632155742 100644 |
| --- a/src/ic/ic.h |
| +++ b/src/ic/ic.h |
| @@ -171,7 +171,7 @@ class IC { |
| kind_ == Code::KEYED_STORE_IC); |
| return kind_; |
| } |
| - bool ShouldRecomputeHandler(Handle<Object> receiver, Handle<String> name); |
| + bool ShouldRecomputeHandler(Handle<String> name); |
| ExtraICState extra_ic_state() const { return extra_ic_state_; } |