Kasper Nilsson 61e253ca6a Fix copy/paste in comments
Previous comment logic relied on the assumption that any element in
a comment with textContent would be childless, which is false. Now, the
method is to fetch all comments within the selection and recursively
extract their text content.

Bug: Issue 5144
Change-Id: I22eac0b9b147fe0f3360d87529661efadb15940a
2016-12-20 10:49:58 -08:00
..