Bug 1467536: followup: Use a more specific capture for the lambda. r=xidorn

MozReview-Commit-ID: 8ykWCzCO0yw
This commit is contained in:
Emilio Cobos Álvarez 2018-06-08 15:07:19 +02:00
Родитель 24c0e82364
Коммит da289eeb40
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -452,7 +452,7 @@ nsComputedDOMStyle::GetPropertyValue(const nsAString& aPropertyName,
return NS_ERROR_NOT_AVAILABLE;
}
auto cleanup = mozilla::MakeScopeExit([&] {
auto cleanup = mozilla::MakeScopeExit([this] {
ClearCurrentStyleSources();
});