mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1303060
: Fix problematic annotation on mscom::InParamWalker; r=staticbustage-fix
MozReview-Commit-ID: 2QtUJ4Bbk1m
This commit is contained in:
parent
18dfc0af5c
commit
f394903529
@ -22,7 +22,7 @@ using mozilla::mscom::AgileReference;
|
||||
|
||||
namespace {
|
||||
|
||||
class MOZ_NONHEAP_CLASS InParamWalker : private ICallFrameWalker
|
||||
class MOZ_NON_TEMPORARY_CLASS InParamWalker : private ICallFrameWalker
|
||||
{
|
||||
public:
|
||||
InParamWalker()
|
||||
|
Loading…
Reference in New Issue
Block a user