зеркало из https://github.com/mozilla/gecko-dev.git
Bug 12351. Remove the assert; this can happen under normal operating conditions. Do not panic.
This commit is contained in:
Родитель
87f33acbde
Коммит
8a45758c29
|
@ -671,7 +671,6 @@ static const char kResourceURIPrefix[] = "resource:";
|
|||
#endif
|
||||
|
||||
rv = gRDFService->RegisterDataSource(this, PR_FALSE);
|
||||
NS_ASSERTION(NS_SUCCEEDED(rv), "somebody already registered this");
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
return NS_OK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче