Index: src/compiler/ast-graph-builder.cc |
diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc |
index bc975b196519824436099ca73154972b193405f5..73fabfec3e83cfa89506dbed4d2d36c96923d6eb 100644 |
--- a/src/compiler/ast-graph-builder.cc |
+++ b/src/compiler/ast-graph-builder.cc |
@@ -1420,7 +1420,6 @@ void AstGraphBuilder::VisitTryFinallyStatement(TryFinallyStatement* stmt) { |
void AstGraphBuilder::VisitDebuggerStatement(DebuggerStatement* stmt) { |
- // TODO(turbofan): Do we really need a separate reloc-info for this? |
Node* node = NewNode(javascript()->CallRuntime(Runtime::kDebugBreak, 0)); |
PrepareFrameState(node, stmt->DebugBreakId()); |
environment()->MarkAllLocalsLive(); |