Bug 1339537 - Part 6: Pass std::function values tree by const reference instead of by value, r=ehsan

MozReview-Commit-ID: PVAqU2DPs2
This commit is contained in:
Michael Layzell
2017-04-27 12:44:57 -04:00
parent 5b3a672fa7
commit 9e9bb6861f
20 changed files with 32 additions and 32 deletions

View File

@@ -724,7 +724,7 @@ void Classifier::FlushAndDisableAsyncUpdate()
nsresult
Classifier::AsyncApplyUpdates(nsTArray<TableUpdate*>* aUpdates,
AsyncUpdateCallback aCallback)
const AsyncUpdateCallback& aCallback)
{
LOG(("Classifier::AsyncApplyUpdates"));