зеркало из https://github.com/mozilla/pjs.git
Bug 336994, r+sr=tor
This commit is contained in:
Родитель
9599837d79
Коммит
c43609b37a
|
@ -1171,7 +1171,7 @@ nsSVGSVGElement::DidModifySVGObservable (nsISVGValue* observable,
|
|||
{
|
||||
nsIDocument* doc = GetCurrentDoc();
|
||||
if (!doc) return NS_ERROR_FAILURE;
|
||||
nsIPresShell* presShell = doc->GetShellAt(0);
|
||||
nsCOMPtr<nsIPresShell> presShell = doc->GetShellAt(0);
|
||||
NS_ASSERTION(presShell, "no presShell");
|
||||
if (!presShell) return NS_ERROR_FAILURE;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче