mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1001957 - Fix some review comments I missed in my previous checkin. r=mccr8
This commit is contained in:
parent
45ccd8c87d
commit
3f6fa3c7b6
@ -3666,7 +3666,7 @@ HandlingUserInputHelper::Destruct()
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
}
|
||||
} // unnamed namespace
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsDOMWindowUtils::SetHandlingUserInput(bool aHandlingUserInput,
|
||||
|
@ -1649,8 +1649,10 @@ interface nsIDOMWindowUtils : nsISupports {
|
||||
AString getOMTAStyle(in nsIDOMElement aElement, in AString aProperty);
|
||||
|
||||
/**
|
||||
* If we are currently handling user input, this informs the event state
|
||||
* manager. Remember to call destruct() on the return value!
|
||||
* If aHandlingInput is true, this informs the event state manager that
|
||||
* we're handling user input. Otherwise, this is a no-op (as by default
|
||||
* we're not handling user input).
|
||||
* Remember to call destruct() on the return value!
|
||||
* See also nsIDOMWindowUtils::isHandlingUserInput.
|
||||
*/
|
||||
nsIJSRAIIHelper setHandlingUserInput(in boolean aHandlingInput);
|
||||
|
Loading…
Reference in New Issue
Block a user