Bug 862999 - Mark XPCCallContext as a stack class; r=bholley

This commit is contained in:
Ms2ger 2013-04-21 08:41:17 +02:00
parent 0f519733b9
commit 7aa8595c13

View File

@ -1123,7 +1123,7 @@ private:
//
// Note that most accessors are inlined.
class XPCCallContext : public nsAXPCNativeCallContext
class MOZ_STACK_CLASS XPCCallContext : public nsAXPCNativeCallContext
{
public:
NS_IMETHOD GetCallee(nsISupports **aResult);