summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chromium/v8/src/compiler/simplified-lowering.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/v8/src/compiler/simplified-lowering.cc b/chromium/v8/src/compiler/simplified-lowering.cc
index e031ef0ed91..c008fe0d4a9 100644
--- a/chromium/v8/src/compiler/simplified-lowering.cc
+++ b/chromium/v8/src/compiler/simplified-lowering.cc
@@ -1282,7 +1282,7 @@ class RepresentationSelector {
restriction = Type::Signed32();
}
VisitBinop(node, input_use, MachineRepresentation::kWord32, restriction);
- if (lower()) ChangeOp(node, simplified()->CheckedInt32Mul(mz_mode));
+ if (lower()) NodeProperties::ChangeOp(node, simplified()->CheckedInt32Mul(mz_mode));
}
void ChangeToInt32OverflowOp(Node* node) {