зеркало из https://github.com/mozilla/gecko-dev.git
Bug 496420 - ASSERTION: no presShell' changing currentScale in display:none iframe. r=jwatt
This commit is contained in:
Родитель
d78c1796f9
Коммит
69944ad434
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче