299300301302303304305306307308309
box = null; } else { final RenderNode node = box; box = (RenderBox) contexts.peek(); box.addGeneratedChild(node); } continue; }