зеркало из https://github.com/mozilla/pjs.git
Bug 675191 Don't write a cached dynamic overlay back to cache again r=Enn
This commit is contained in:
Родитель
e4c3ff16be
Коммит
758befcfb4
|
@ -2726,9 +2726,6 @@ nsXULDocument::LoadOverlayInternal(nsIURI* aURI, PRBool aIsDynamic,
|
|||
// The .xul file must be parsed from disk.
|
||||
|
||||
PRBool useXULCache = nsXULPrototypeCache::GetInstance()->IsEnabled();
|
||||
if (aIsDynamic)
|
||||
mIsWritingFastLoad = useXULCache;
|
||||
|
||||
if (useXULCache && mCurrentPrototype) {
|
||||
PRBool loaded;
|
||||
rv = mCurrentPrototype->AwaitLoadDone(this, &loaded);
|
||||
|
|
Загрузка…
Ссылка в новой задаче