зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1730537 - Downgrade a debug assertion in MRPIS code to non-fatal because it's too frequent locally. r=alwu
Differential Revision: https://phabricator.services.mozilla.com/D145964
This commit is contained in:
Родитель
49930eb984
Коммит
fe8840f811
|
@ -371,12 +371,12 @@ void MPRISServiceHandler::InitIdentity() {
|
|||
}
|
||||
|
||||
const char* MPRISServiceHandler::Identity() const {
|
||||
MOZ_ASSERT(mInitialized);
|
||||
NS_WARNING_ASSERTION(mInitialized, "MPRISServiceHandler should have been initialized.");
|
||||
return mIdentity.get();
|
||||
}
|
||||
|
||||
const char* MPRISServiceHandler::DesktopEntry() const {
|
||||
MOZ_ASSERT(mInitialized);
|
||||
NS_WARNING_ASSERTION(mInitialized, "MPRISServiceHandler should have been initialized.");
|
||||
return mDesktopEntry.get();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче