mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 1191326 - always initialize ProxyAccessible::mOuterDoc r=lsocks
This commit is contained in:
parent
9108e73dbc
commit
26f65f8273
@ -325,7 +325,7 @@ public:
|
||||
protected:
|
||||
explicit ProxyAccessible(DocAccessibleParent* aThisAsDoc) :
|
||||
mParent(nullptr), mDoc(aThisAsDoc), mWrapper(0), mID(0),
|
||||
mRole(roles::DOCUMENT)
|
||||
mRole(roles::DOCUMENT), mOuterDoc(false)
|
||||
{ MOZ_COUNT_CTOR(ProxyAccessible); }
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user