Bug 1361267 - Followup to fix wrong if statement in ClearGetFilesHelpers(). r=smaug

MozReview-Commit-ID: AIqOg0mSuAC
This commit is contained in:
Jessica Jong
2017-05-02 01:09:00 +02:00
parent a3dee294da
commit 08b444ff82

View File

@@ -441,7 +441,7 @@ struct HTMLInputElement::FileData
void ClearGetFilesHelpers()
{
if (mGetFilesNonRecursiveHelper) {
if (mGetFilesRecursiveHelper) {
mGetFilesRecursiveHelper->Unlink();
mGetFilesRecursiveHelper = nullptr;
}