Bug 782703 - Ensure object tags get reloaded when unbound/rebound to the tree. r=josh

This commit is contained in:
John Schoenick 2012-08-14 11:12:30 -07:00
Родитель 24f80cbe7d
Коммит 112518a985
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -1948,7 +1948,11 @@ nsObjectLoadingContent::UnloadObject(bool aResetState)
if (aResetState) {
CloseChannel();
mChannelLoaded = false;
mType = eType_Loading;
mURI = mOriginalURI = mBaseURI = nullptr;
mContentType.Truncate();
mOriginalContentType.Truncate();
}
// This call should be last as it may re-enter