| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 7c7f7edbe4f2a7a8c0e9de9872e12b44d81740a0..416ed7fcda6ba35b5144f95144f10348225a5723 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -4567,8 +4567,7 @@ class Code: public HeapObject {
|
| // TODO(danno): This is a bit of a hack right now since there are still
|
| // clients of this API that pass "extra" values in for argc. These clients
|
| // should be retrofitted to used ExtendedExtraICState.
|
| - return kind == COMPARE_NIL_IC || kind == TO_BOOLEAN_IC ||
|
| - kind == UNARY_OP_IC;
|
| + return kind == COMPARE_NIL_IC || kind == TO_BOOLEAN_IC;
|
| }
|
|
|
| inline StubType type(); // Only valid for monomorphic IC stubs.
|
|
|