diff --git a/ift/dep_graph/dependency_graph.cc b/ift/dep_graph/dependency_graph.cc index d87490bb..b14732db 100644 --- a/ift/dep_graph/dependency_graph.cc +++ b/ift/dep_graph/dependency_graph.cc @@ -854,7 +854,7 @@ StatusOr DependencyGraph::ClosureTraversal( /* ### Phase 1 + 2: Unicode and Unicode to glyph */ { - TraversalContext context = base_context; + TraversalContext context = base_context; context.SetReached(filtered_nodes); context.callback.SetStartNodes(filtered_nodes); context.table_filter = {DependencyGraph::kClosurePhaseTable[0]};