Index: src/type-info.h |
diff --git a/src/type-info.h b/src/type-info.h |
index 13a7f88b66095266fa6320ae5165664bd878575d..c4b0928fc4820484102e0db5ad33322f674e9480 100644 |
--- a/src/type-info.h |
+++ b/src/type-info.h |
@@ -71,7 +71,7 @@ class TypeFeedbackOracle: public ZoneObject { |
Handle<JSFunction> GetCallNewTarget(FeedbackVectorSlot slot); |
Handle<AllocationSite> GetCallNewAllocationSite(FeedbackVectorSlot slot); |
- // TODO(1571) We can't use ToBooleanStub::Types as the return value because |
+ // TODO(1571) We can't use ToBooleanICStub::Types as the return value because |
// of various cycles in our headers. Death to tons of implementations in |
// headers!! :-P |
uint16_t ToBooleanTypes(TypeFeedbackId id); |