Bug 496420 - ASSERTION: no presShell' changing currentScale in display:none iframe. r=jwatt

This commit is contained in:
Robert Longson 2009-06-17 22:35:49 +01:00
Родитель d78c1796f9
Коммит 69944ad434
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -1062,7 +1062,6 @@ nsSVGSVGElement::SetCurrentScaleTranslate(float s, float x, float y)
nsIDocument* doc = GetCurrentDoc();
if (doc) {
nsCOMPtr<nsIPresShell> presShell = doc->GetPrimaryShell();
NS_ASSERTION(presShell, "no presShell");
if (presShell && IsRoot()) {
PRBool scaling = (s != mCurrentScale);
nsEventStatus status = nsEventStatus_eIgnore;