Bug 1570799 Comment 10 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

lldb) print maybeFixedNode->GetChildCount()
(uint32_t) $5 = 0
(lldb) print aNode->GetChildCount()
(uint32_t) $6 = 1

Which makes the wheels fall off because we then think we don't need an end tag.
lldb) print maybeFixedNode->GetChildCount()
(uint32_t) $5 = 0
(lldb) print aNode->GetChildCount()
(uint32_t) $6 = 1

Which makes the wheels fall off because we then think we don't need an end tag in ElementNeedsSeparateEndTag

Back to Bug 1570799 Comment 10