| Index: src/compiler/node-properties.h
|
| diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h
|
| index 78a8cf1f23d4c4f51b8dec47d5de6c08dceedfe5..0f25051e4e06c073156d9d6863b40943dffea34e 100644
|
| --- a/src/compiler/node-properties.h
|
| +++ b/src/compiler/node-properties.h
|
| @@ -72,6 +72,7 @@ class NodeProperties final {
|
| return IrOpcode::IsPhiOpcode(node->opcode());
|
| }
|
|
|
| + static bool IsExceptionalCall(Node* node);
|
|
|
| // ---------------------------------------------------------------------------
|
| // Miscellaneous mutators.
|
|
|