| Index: src/compiler/simplified-lowering.cc
|
| diff --git a/src/compiler/simplified-lowering.cc b/src/compiler/simplified-lowering.cc
|
| index 176a9ea7408887607e17e92fd81cad4512894759..040dc2cd9589f5702cf2a32a96b25363ddcf8d35 100644
|
| --- a/src/compiler/simplified-lowering.cc
|
| +++ b/src/compiler/simplified-lowering.cc
|
| @@ -305,8 +305,8 @@ class RepresentationSelector {
|
| NodeInfo* info = GetInfo(node);
|
| TRACE(" visit #%d: %s\n", node->id(), node->op()->mnemonic());
|
| // Reuse {VisitNode()} so the representation rules are in one place.
|
| - SourcePositionTable::Scope scope(
|
| - source_positions_, source_positions_->GetSourcePosition(node));
|
| + SourcePositionScope scope(source_positions_,
|
| + source_positions_->GetSourcePosition(node));
|
| VisitNode(node, info->truncation(), lowering);
|
| }
|
|
|
|
|