mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 862999 - Mark XPCCallContext as a stack class; r=bholley
This commit is contained in:
parent
f82b48f7ca
commit
c8fdfda9cb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user