Bug 1600906 - Added const in UpdateRefcount. r=dom-workers-and-storage-reviewers,ytausky

Depends on D56008

Differential Revision: https://phabricator.services.mozilla.com/D56009

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Simon Giesecke 2019-12-11 14:40:38 +00:00
Родитель 330107906f
Коммит a1b92b3c9f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -4915,7 +4915,7 @@ class DatabaseConnection::UpdateRefcountFunction::DatabaseUpdateFunction final {
CachedStatement mSelectStatement;
CachedStatement mInsertStatement;
UpdateRefcountFunction* mFunction;
UpdateRefcountFunction* const mFunction;
nsresult mErrorCode;