зеркало из https://github.com/mozilla/gecko-dev.git
bug 1074862 - more fully initialize DocAccessibleParents r=davidb
Instances of DocAccessibleParent need to behave like any other ProxyAccessible which means something sensible must happen when we access these fields of a DocAccessibleParent.
This commit is contained in:
Родитель
01192e24c8
Коммит
0a1cdddd7d
|
@ -67,7 +67,8 @@ public:
|
|||
|
||||
protected:
|
||||
ProxyAccessible() :
|
||||
mParent(nullptr), mDoc(nullptr) { MOZ_COUNT_CTOR(ProxyAccessible); }
|
||||
mParent(nullptr), mDoc(nullptr), mWrapper(0), mID(0)
|
||||
{ MOZ_COUNT_CTOR(ProxyAccessible); }
|
||||
|
||||
protected:
|
||||
ProxyAccessible* mParent;
|
||||
|
|
Загрузка…
Ссылка в новой задаче