Bug 1251218 - follow up fixes2

This commit is contained in:
Alexander Surkov 2016-02-26 10:59:30 -05:00
parent e0628cabce
commit a7f5165df2

View File

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