Bug 1251218 - follow up fixes

This commit is contained in:
Alexander Surkov 2016-02-26 10:56:34 -05:00
parent eecd2c640f
commit e0628cabce

View File

@ -35,14 +35,14 @@ public:
/** /**
* Used to navigate and create if needed the accessible children. * Used to navigate and create if needed the accessible children.
*/ */
TreeWalker(Accessible* aContext); explicit TreeWalker(Accessible* aContext);
/** /**
* Used to navigate the accessible children relative to the anchor. * Used to navigate the accessible children relative to the anchor.
* *
* @param aContext [in] container accessible for the given node, used to * @param aContext [in] container accessible for the given node, used to
* define accessible context * define accessible context
* @param aNode [in] the node the search will be prepared relative to * @param aAnchorNode [in] the node the search will be prepared relative to
* @param aFlags [in] flags (see enum above) * @param aFlags [in] flags (see enum above)
*/ */
TreeWalker(Accessible* aContext, nsIContent* aAnchorNode, uint32_t aFlags = 0); TreeWalker(Accessible* aContext, nsIContent* aAnchorNode, uint32_t aFlags = 0);