| Index: src/compiler/operation-typer.h
|
| diff --git a/src/compiler/operation-typer.h b/src/compiler/operation-typer.h
|
| index 0ef5d13b03ba5324b704429fc06890bb56d03e25..2dac0d5834d588a29d0a7a7937d2199a7b0cc403 100644
|
| --- a/src/compiler/operation-typer.h
|
| +++ b/src/compiler/operation-typer.h
|
| @@ -39,6 +39,7 @@ class V8_EXPORT_PRIVATE OperationTyper {
|
| // Number unary operators.
|
| #define DECLARE_METHOD(Name) Type* Name(Type* type);
|
| SIMPLIFIED_NUMBER_UNOP_LIST(DECLARE_METHOD)
|
| + SIMPLIFIED_SPECULATIVE_NUMBER_UNOP_LIST(DECLARE_METHOD)
|
| #undef DECLARE_METHOD
|
|
|
| // Number binary operators.
|
|
|