Index: src/compiler/bytecode-graph-builder.cc |
diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc |
index a64f1fb509fe39a186044d82a582d5158eaea1dd..d24ae3c56fbb5315249661106707a77988c7069d 100644 |
--- a/src/compiler/bytecode-graph-builder.cc |
+++ b/src/compiler/bytecode-graph-builder.cc |
@@ -1875,7 +1875,7 @@ Node* BytecodeGraphBuilder::MakeNode(const Operator* op, int value_input_count, |
DCHECK_LT(op->ControlInputCount(), 2); |
DCHECK_LT(op->EffectInputCount(), 2); |
- Node* result = NULL; |
+ Node* result = nullptr; |
if (!has_context && frame_state_count == 0 && !has_control && !has_effect) { |
result = graph()->NewNode(op, value_input_count, value_inputs, incomplete); |
} else { |