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

@@ -7,12 +7,12 @@
#include "mozilla/EditorBase.h" // for EditorBase
#include "nsAString.h"
#include "nsDebug.h" // for NS_ASSERTION, etc
#include "nsError.h" // for NS_ERROR_NULL_POINTER, etc
#include "nsDebug.h" // for NS_ASSERTION, etc.
#include "nsError.h" // for NS_ERROR_NULL_POINTER, etc.
#include "nsIContent.h" // for nsIContent
#include "nsIDOMCharacterData.h" // for nsIDOMCharacterData
#include "nsIEditor.h" // for EditorBase::IsModifiableNode
#include "nsISupportsImpl.h" // for QueryInterface, etc
#include "nsISupportsImpl.h" // for QueryInterface, etc.
namespace mozilla {