зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1467536: followup: Use a more specific capture for the lambda. r=xidorn
MozReview-Commit-ID: 8ykWCzCO0yw
This commit is contained in:
Родитель
24c0e82364
Коммит
da289eeb40
|
@ -452,7 +452,7 @@ nsComputedDOMStyle::GetPropertyValue(const nsAString& aPropertyName,
|
|||
return NS_ERROR_NOT_AVAILABLE;
|
||||
}
|
||||
|
||||
auto cleanup = mozilla::MakeScopeExit([&] {
|
||||
auto cleanup = mozilla::MakeScopeExit([this] {
|
||||
ClearCurrentStyleSources();
|
||||
});
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче