зеркало из https://github.com/mozilla/pjs.git
Bug 741709 - nsAccessibleWrap::get_accParent() shouldn't use do_QueryObject, r=tbsaunde
This commit is contained in:
Родитель
de7721e471
Коммит
e9630da9df
|
@ -170,7 +170,7 @@ __try {
|
|||
if (IsDefunct())
|
||||
return CO_E_OBJNOTCONNECTED;
|
||||
|
||||
nsRefPtr<nsDocAccessible> doc(do_QueryObject(this));
|
||||
nsDocAccessible* doc = AsDoc();
|
||||
if (doc) {
|
||||
// Return window system accessible object for root document and tab document
|
||||
// accessibles.
|
||||
|
|
Загрузка…
Ссылка в новой задаче