зеркало из https://github.com/mozilla/gecko-dev.git
Remove extraneous line pointed out by peterv. b=35768
This commit is contained in:
Родитель
77c7cd9bd1
Коммит
f9fe875d87
|
@ -3480,7 +3480,6 @@ const nsString* RuleProcessorData::GetLang(void)
|
|||
mLanguage = new nsAutoString();
|
||||
if (!mLanguage)
|
||||
return nsnull;
|
||||
mLanguage->SetLength(0);
|
||||
nsCOMPtr<nsIContent> content = mContent;
|
||||
while (content) {
|
||||
PRInt32 attrCount = 0;
|
||||
|
|
|
@ -3480,7 +3480,6 @@ const nsString* RuleProcessorData::GetLang(void)
|
|||
mLanguage = new nsAutoString();
|
||||
if (!mLanguage)
|
||||
return nsnull;
|
||||
mLanguage->SetLength(0);
|
||||
nsCOMPtr<nsIContent> content = mContent;
|
||||
while (content) {
|
||||
PRInt32 attrCount = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче