Bug 1390951 - Use the same style backend when cloning documents. r=xidorn

MozReview-Commit-ID: F6HMAsSsNDa
This commit is contained in:
Bobby Holley 2017-08-29 13:17:42 -07:00
Родитель 78807d8776
Коммит 1ffe80adee
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -9607,6 +9607,7 @@ nsDocument::CloneDocHelper(nsDocument* clone, bool aPreallocateChildren) const
clone->mContentLanguage = mContentLanguage;
clone->SetContentTypeInternal(GetContentTypeInternal());
clone->mSecurityInfo = mSecurityInfo;
clone->mStyleBackendType = mStyleBackendType;
// State from nsDocument
clone->mType = mType;