Searched refs:isFragment (Results 1 – 1 of 1) sorted by relevance
280 bool isFragment = newChild->nodeType() == DOCUMENT_FRAGMENT_NODE; in replaceChild() local283 RefPtr<Node> child = isFragment ? newChild->firstChild() : newChild; in replaceChild()290 RefPtr<Node> nextChild = isFragment ? child->nextSibling() : 0; in replaceChild()