зеркало из https://github.com/mozilla/gecko-dev.git
Fix typo, bug 46260. r=pinkerton.
This commit is contained in:
Родитель
c053f4d327
Коммит
913b8a4431
|
@ -1674,7 +1674,7 @@ nsGfxTextControlFrame2::CreateAnonymousContent(nsIPresContext* aPresContext,
|
|||
if (!txMgr) return NS_ERROR_NULL_POINTER;
|
||||
|
||||
rv = txMgr->AddListener(NS_STATIC_CAST(nsITransactionListener*, mTextListener));
|
||||
if (NS_FAILED(rv)) rv;
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
}
|
||||
|
||||
// Get the default value for the textfield.
|
||||
|
|
Загрузка…
Ссылка в новой задаче