Bug 1361267 - Followup to fix wrong if statement in ClearGetFilesHelpers(). r=smaug
MozReview-Commit-ID: AIqOg0mSuAC
This commit is contained in:
@@ -441,7 +441,7 @@ struct HTMLInputElement::FileData
|
||||
|
||||
void ClearGetFilesHelpers()
|
||||
{
|
||||
if (mGetFilesNonRecursiveHelper) {
|
||||
if (mGetFilesRecursiveHelper) {
|
||||
mGetFilesRecursiveHelper->Unlink();
|
||||
mGetFilesRecursiveHelper = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user