Backed out changeset 28f0e71b6292

This commit is contained in:
Wes Kocher 2015-05-08 13:11:52 -07:00
Родитель 1bf44ebad6
Коммит df468ba93d
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -903,7 +903,7 @@ ProxyAccessible::TakeFocus()
unused << mDoc->SendTakeFocus(mID);
}
int32_t
ssize_t
ProxyAccessible::IndexOfEmbeddedChild(const ProxyAccessible* aChild)
{
uint64_t childID = aChild->mID;

Просмотреть файл

@ -47,7 +47,7 @@ public:
// XXX evaluate if this is fast enough.
size_t IndexInParent() const { return mParent->mChildren.IndexOf(this); }
int32_t IndexOfEmbeddedChild(const ProxyAccessible*);
ssize_t IndexOfEmbeddedChild(const ProxyAccessible*);
bool MustPruneChildren() const;
void Shutdown();