зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1551083 - Fix a bugprone-move-forwarding-reference defect in ProfileBufferEntry r=erahm
Depends on D30816 Differential Revision: https://phabricator.services.mozilla.com/D30817 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
b9ad900d6c
Коммит
41004a2d1a
|
@ -158,7 +158,7 @@ template <typename LambdaT>
|
|||
ForEachTrackedOptimizationTypeInfoLambdaOp<LambdaT>
|
||||
MakeForEachTrackedOptimizationTypeInfoLambdaOp(LambdaT&& aLambda) {
|
||||
return ForEachTrackedOptimizationTypeInfoLambdaOp<LambdaT>(
|
||||
std::move(aLambda));
|
||||
std::forward<LambdaT>(aLambda));
|
||||
}
|
||||
|
||||
// As mentioned in ProfileBufferEntry.h, the JSON format contains many
|
||||
|
|
Загрузка…
Ссылка в новой задаче