Searched refs:checkAncestor (Results 1 – 2 of 2) sorted by relevance
948 Node* checkAncestor = specialCommonAncestor ? specialCommonAncestor : commonAncestor; in createMarkup() local949 if (checkAncestor->renderer()) { in createMarkup()950 …Node* newSpecialCommonAncestor = highestEnclosingNodeOfType(Position(checkAncestor, 0), &isElement… in createMarkup()
40599 …Problem is that checkAncestor and lastClosed can be nil when createMarkup is called unrendered nod…40603 Nil-check checkAncestor and lastClosed.