Bug 1793766 - Trivial fix to the release code for XULPersist.

Differential Revision: https://phabricator.services.mozilla.com/D158713
This commit is contained in:
Emilio Cobos Álvarez 2022-10-05 20:51:52 +00:00
Родитель aaa47b12d6
Коммит 4c5230f84e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -258,7 +258,7 @@ nsresult XULPersist::ApplyPersistentAttributesToElements(
attrs->GetNext(attrstr);
nsAutoString value;
rv = mLocalStore->GetValue(uri, aID, attrstr, value);
rv = mLocalStore->GetValue(aDocURI, aID, attrstr, value);
#endif
if (NS_WARN_IF(NS_FAILED(rv))) {
return rv;