mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1251218 - follow up fixes
This commit is contained in:
parent
eecd2c640f
commit
e0628cabce
@ -35,14 +35,14 @@ public:
|
||||
/**
|
||||
* 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.
|
||||
*
|
||||
* @param aContext [in] container accessible for the given node, used to
|
||||
* 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)
|
||||
*/
|
||||
TreeWalker(Accessible* aContext, nsIContent* aAnchorNode, uint32_t aFlags = 0);
|
||||
|
Loading…
Reference in New Issue
Block a user