From a1b92b3c9fadcebc94432e5e0ad92a22dbf63845 Mon Sep 17 00:00:00 2001 From: Simon Giesecke Date: Wed, 11 Dec 2019 14:40:38 +0000 Subject: [PATCH] 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 --- dom/indexedDB/ActorsParent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/indexedDB/ActorsParent.cpp b/dom/indexedDB/ActorsParent.cpp index 84be5f30af1c..e58a3461ab30 100644 --- a/dom/indexedDB/ActorsParent.cpp +++ b/dom/indexedDB/ActorsParent.cpp @@ -4915,7 +4915,7 @@ class DatabaseConnection::UpdateRefcountFunction::DatabaseUpdateFunction final { CachedStatement mSelectStatement; CachedStatement mInsertStatement; - UpdateRefcountFunction* mFunction; + UpdateRefcountFunction* const mFunction; nsresult mErrorCode;