Bug 1378712 - Remove all trailing whitespaces r=Ehsan

MozReview-Commit-ID: Kdz2xtTF9EG
This commit is contained in:
Sylvestre Ledru
2017-07-06 14:00:35 +02:00
parent 529c5d5237
commit 9d4a84d778
1222 changed files with 16800 additions and 16800 deletions

View File

@@ -320,7 +320,7 @@ IMPL_URI_PART(Hash)
#undef IMPL_URI_PART
NS_IMETHODIMP
NS_IMETHODIMP
HTMLAnchorElement::GetText(nsAString& aText)
{
if(!nsContentUtils::GetNodeTextContent(this, true, aText, fallible)) {
@@ -329,7 +329,7 @@ HTMLAnchorElement::GetText(nsAString& aText)
return NS_OK;
}
NS_IMETHODIMP
NS_IMETHODIMP
HTMLAnchorElement::SetText(const nsAString& aText)
{
return nsContentUtils::SetNodeTextContent(this, aText, false);