Home
last modified time | relevance | path

Searched refs:ancestorsToClose (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
Dmarkup.cpp322 Vector<Node*> ancestorsToClose; in serializeNodes() local
356 ancestorsToClose.append(n); in serializeNodes()
364 while (!ancestorsToClose.isEmpty()) { in serializeNodes()
365 Node* ancestor = ancestorsToClose.last(); in serializeNodes()
371 ancestorsToClose.removeLast(); in serializeNodes()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3140890 code to include them even if we closed ancestors in the ancestorsToClose list.
41911 ancestorsToClose list were those kind of ancestors. But we don't add renderer-less
41912 containers to the ancestorsToClose list. So, we were incorrectly surrounding the