зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1361267 - Followup to fix wrong if statement in ClearGetFilesHelpers(). r=smaug
MozReview-Commit-ID: AIqOg0mSuAC
This commit is contained in:
Родитель
d8ed9c0d8a
Коммит
2c707b79aa
|
@ -441,7 +441,7 @@ struct HTMLInputElement::FileData
|
|||
|
||||
void ClearGetFilesHelpers()
|
||||
{
|
||||
if (mGetFilesNonRecursiveHelper) {
|
||||
if (mGetFilesRecursiveHelper) {
|
||||
mGetFilesRecursiveHelper->Unlink();
|
||||
mGetFilesRecursiveHelper = nullptr;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче