latestLogicallyAdjacentTextNode  170 Source/core/dom/Text.cpp     const Text* endText = latestLogicallyAdjacentTextNode(this);
latestLogicallyAdjacentTextNode  200 Source/core/dom/Text.cpp     RefPtr<Text> endText = const_cast<Text*>(latestLogicallyAdjacentTextNode(this));