Bug 1260651 part.61 Replace "etc" with "etc." r=mccr8

MozReview-Commit-ID: JFgd0t2bqzu
This commit is contained in:
Masayuki Nakano
2016-07-08 14:15:21 +09:00
parent 349d5d7916
commit f55cf1ebb4
23 changed files with 82 additions and 82 deletions

View File

@@ -624,7 +624,7 @@ HTMLEditor::ClearStyle(nsCOMPtr<nsINode>* aNode,
}
if (rightNode) {
nsCOMPtr<nsINode> secondSplitParent = GetLeftmostChild(rightNode);
// don't try to split non-containers (br's, images, hr's, etc)
// don't try to split non-containers (br's, images, hr's, etc.)
if (!secondSplitParent) {
secondSplitParent = rightNode;
}