Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: src/ic/ic.h

Issue 2390923003: [IC] Delete param in ShouldRecomputeHandler. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/ic/ic.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_; }
« no previous file with comments | « no previous file | src/ic/ic.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698