зеркало из https://github.com/mozilla/gecko-dev.git
Bug 14419 (1 of 4): Fix typo!
This commit is contained in:
Родитель
c377c67a76
Коммит
70ac93177d
|
@ -529,7 +529,7 @@ nsHTMLOptionElement::SetText(const nsString& aText)
|
|||
result = NS_NewTextNode(&text);
|
||||
if (NS_OK == result) {
|
||||
nsIDOMText* domtext;
|
||||
result = text->QueryInterface(kIDOMTextIID, (void**)&tc);
|
||||
result = text->QueryInterface(kIDOMTextIID, (void**)&domtext);
|
||||
if (NS_OK == result) {
|
||||
result = domtext->SetData(aText);
|
||||
if (NS_SUCCEEDED(result)) {
|
||||
|
|
|
@ -529,7 +529,7 @@ nsHTMLOptionElement::SetText(const nsString& aText)
|
|||
result = NS_NewTextNode(&text);
|
||||
if (NS_OK == result) {
|
||||
nsIDOMText* domtext;
|
||||
result = text->QueryInterface(kIDOMTextIID, (void**)&tc);
|
||||
result = text->QueryInterface(kIDOMTextIID, (void**)&domtext);
|
||||
if (NS_OK == result) {
|
||||
result = domtext->SetData(aText);
|
||||
if (NS_SUCCEEDED(result)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче