| Index: src/compiler/simplified-operator.h
|
| diff --git a/src/compiler/simplified-operator.h b/src/compiler/simplified-operator.h
|
| index 57e525af4609d2932c5962bfac731c42df603ce3..048d5becd290d7276ae89e047cf2fda4eed0f853 100644
|
| --- a/src/compiler/simplified-operator.h
|
| +++ b/src/compiler/simplified-operator.h
|
| @@ -291,7 +291,7 @@ class SimplifiedOperatorBuilder final : public ZoneObject {
|
| const Operator* SpeculativeNumberLessThanOrEqual(NumberOperationHint hint);
|
| const Operator* SpeculativeNumberEqual(NumberOperationHint hint);
|
|
|
| - const Operator* ReferenceEqual(Type* type);
|
| + const Operator* ReferenceEqual();
|
|
|
| const Operator* StringEqual();
|
| const Operator* StringLessThan();
|
|
|