Bug 675191 Don't write a cached dynamic overlay back to cache again r=Enn

This commit is contained in:
Neil Rashbrook 2011-08-07 14:04:47 +01:00
Родитель e4c3ff16be
Коммит 758befcfb4
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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);