зеркало из https://github.com/mozilla/pjs.git
Bug 333198 fix Solaris bustage
This commit is contained in:
Родитель
ae687599a9
Коммит
8e723e0767
|
@ -274,7 +274,7 @@ EventHandlingSuppressed(nsPIDOMEventTarget* aTarget)
|
|||
}
|
||||
}
|
||||
|
||||
return (doc && doc->EventHandlingSuppressed()) ? doc : nsnull;
|
||||
return (doc && doc->EventHandlingSuppressed()) ? doc.get() : nsnull;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Загрузка…
Ссылка в новой задаче