mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 442762 - Annotate mozStorageStatementScoper with NS_STACK_CLASS, r=sdwilsh
This commit is contained in:
parent
d4c50db758
commit
bad1189195
@ -150,7 +150,7 @@ protected:
|
||||
* Note that this always just resets the statement. If the statement doesn't
|
||||
* need resetting, the reset operation is inexpensive.
|
||||
*/
|
||||
class mozStorageStatementScoper
|
||||
class NS_STACK_CLASS mozStorageStatementScoper
|
||||
{
|
||||
public:
|
||||
mozStorageStatementScoper(mozIStorageStatement* aStatement)
|
||||
|
Loading…
Reference in New Issue
Block a user