bug 1213327 - store interfaces a proxy implements on the Accessible wrapping it

r=davidb
This commit is contained in:
Trevor Saunders 2015-10-08 15:39:10 -04:00
parent 24e3882dd1
commit 91ebf8b9b9

View File

@ -46,6 +46,7 @@ a11y::ProxyCreated(ProxyAccessible* aProxy, uint32_t aInterfaces)
wrapper = new ProxyAccessibleWrap(aProxy);
}
wrapper->SetProxyInterfaces(aInterfaces);
wrapper->AddRef();
aProxy->SetWrapper(reinterpret_cast<uintptr_t>(wrapper));
}