bug 1191326 - always initialize ProxyAccessible::mOuterDoc r=lsocks

This commit is contained in:
Trevor Saunders 2015-08-05 10:31:26 -04:00
parent 9108e73dbc
commit 26f65f8273

View File

@ -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: