зеркало из https://github.com/mozilla/gecko-dev.git
no bug fixup for windows not liking ssize_t on a CLOSED TREE
This commit is contained in:
Родитель
4b9d5246f2
Коммит
13e326f088
|
@ -903,7 +903,7 @@ ProxyAccessible::TakeFocus()
|
|||
unused << mDoc->SendTakeFocus(mID);
|
||||
}
|
||||
|
||||
ssize_t
|
||||
int32_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); }
|
||||
ssize_t IndexOfEmbeddedChild(const ProxyAccessible*);
|
||||
int32_t IndexOfEmbeddedChild(const ProxyAccessible*);
|
||||
bool MustPruneChildren() const;
|
||||
|
||||
void Shutdown();
|
||||
|
|
Загрузка…
Ссылка в новой задаче