MarkupAccumulator::appendText() currently calls a generic MarkupAccumulator::appendNodeValue() method to append the text. This is the only caller for appendNodeValue() so we can inline the code in appendText() and make the code specific to Text nodes instead of supporting any kind of Node.
Created attachment 238344 [details] Patch
Comment on attachment 238344 [details] Patch Clearing flags on attachment: 238344 Committed r173754: <http://trac.webkit.org/changeset/173754>
All reviewed patches have been landed. Closing bug.