mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1251218 - follow up fixes2
This commit is contained in:
parent
e0628cabce
commit
a7f5165df2
@ -23,7 +23,7 @@ using namespace mozilla::a11y;
|
||||
TreeWalker::
|
||||
TreeWalker(Accessible* aContext) :
|
||||
mDoc(aContext->Document()), mContext(aContext), mAnchorNode(nullptr),
|
||||
mChildFilter(nsIContent::eSkipPlaceholderContent), mFlags(aFlags)
|
||||
mChildFilter(nsIContent::eSkipPlaceholderContent), mFlags(0)
|
||||
{
|
||||
mChildFilter |= mContext->NoXBLKids() ?
|
||||
nsIContent::eAllButXBL | nsIContent::eAllChildren;
|
||||
|
Loading…
Reference in New Issue
Block a user