From 690834e782b01c028df89452929b63246e4d1c1a Mon Sep 17 00:00:00 2001 From: Benjamin Smedberg Date: Mon, 30 Jun 2008 21:03:29 -0400 Subject: [PATCH] Bug 442762 - Annotate mozStorageStatementScoper with NS_STACK_CLASS, r=sdwilsh --- storage/public/mozStorageHelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/public/mozStorageHelper.h b/storage/public/mozStorageHelper.h index a7fa47bce5f..9afbf184284 100644 --- a/storage/public/mozStorageHelper.h +++ b/storage/public/mozStorageHelper.h @@ -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)