mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1661531 - Ensure we always update the gfx feature failure reason. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D88454
This commit is contained in:
parent
403893bc7e
commit
9804b7b693
@ -221,9 +221,7 @@ void FeatureState::ForEachStatusChange(
|
||||
}
|
||||
|
||||
void FeatureState::SetFailureId(const nsACString& aFailureId) {
|
||||
if (mFailureId.IsEmpty()) {
|
||||
mFailureId = aFailureId;
|
||||
}
|
||||
mFailureId = aFailureId;
|
||||
}
|
||||
|
||||
const char* FeatureState::GetFailureMessage() const {
|
||||
|
Loading…
Reference in New Issue
Block a user