Bug 1724706 - Remove Obsolete comment in HTMLInputElement::AfterSetFilesOrDirectories.r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D132394
This commit is contained in:
championshuttler 2021-11-29 23:18:27 +00:00
Родитель 6571032077
Коммит 5e9287bf89
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -2511,8 +2511,6 @@ void HTMLInputElement::AfterSetFilesOrDirectories(bool aSetValueChanged) {
// Grab the full path here for any chrome callers who access our .value via a // Grab the full path here for any chrome callers who access our .value via a
// CPOW. This path won't be called from a CPOW meaning the potential sync IPC // CPOW. This path won't be called from a CPOW meaning the potential sync IPC
// call under GetMozFullPath won't be rejected for not being urgent. // call under GetMozFullPath won't be rejected for not being urgent.
// XXX Protected by the ifndef because the blob code doesn't allow us to send
// this message in b2g.
if (mFileData->mFilesOrDirectories.IsEmpty()) { if (mFileData->mFilesOrDirectories.IsEmpty()) {
mFileData->mFirstFilePath.Truncate(); mFileData->mFirstFilePath.Truncate();
} else { } else {