зеркало из https://github.com/mozilla/pjs.git
Bug 631553 - Avoid caching frame scripts during xpcom shutdown. r=smaug a=johnath
This commit is contained in:
Родитель
1809b5f47c
Коммит
e4af9fbe3d
|
@ -613,7 +613,7 @@ nsFrameScriptExecutor::Shutdown()
|
|||
void
|
||||
nsFrameScriptExecutor::LoadFrameScriptInternal(const nsAString& aURL)
|
||||
{
|
||||
if (!mGlobal || !mCx) {
|
||||
if (!mGlobal || !mCx || !sCachedScripts) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче