Bug 1260651 part.49 Rename nsTextEditRules to mozilla::TextEditRules (and also their file names) r=mccr8

MozReview-Commit-ID: DzNeLcT1r1e
This commit is contained in:
Masayuki Nakano
2016-07-09 11:34:41 +09:00
parent 4d940288f3
commit 93ea61bb9d
24 changed files with 356 additions and 297 deletions

View File

@@ -37,11 +37,11 @@
#include "nsIDOMText.h" //for multiline getselection
#include "nsFocusManager.h"
#include "nsTextEditRules.h"
#include "nsPresState.h"
#include "nsContentList.h"
#include "nsAttrValueInlines.h"
#include "mozilla/dom/Selection.h"
#include "mozilla/TextEditRules.h"
#include "nsContentUtils.h"
#include "nsTextNode.h"
#include "mozilla/StyleSetHandle.h"
@@ -1319,7 +1319,7 @@ nsTextControlFrame::UpdateValueDisplay(bool aNotify,
}
if (!value.IsEmpty() && IsPasswordTextControl()) {
nsTextEditRules::FillBufWithPWChars(&value, value.Length());
TextEditRules::FillBufWithPWChars(&value, value.Length());
}
return textContent->SetText(value, aNotify);
}