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:
@@ -724,7 +724,7 @@ void Classifier::FlushAndDisableAsyncUpdate()
|
||||
|
||||
nsresult
|
||||
Classifier::AsyncApplyUpdates(nsTArray<TableUpdate*>* aUpdates,
|
||||
AsyncUpdateCallback aCallback)
|
||||
const AsyncUpdateCallback& aCallback)
|
||||
{
|
||||
LOG(("Classifier::AsyncApplyUpdates"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user