mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Bug 1692403 - Never inline DeferredFinalize(nsISupports*). r=xpcom-reviewers,mccr8
Differential Revision: https://phabricator.services.mozilla.com/D108172
This commit is contained in:
parent
521bcd8985
commit
821c1a5be3
@ -27,7 +27,7 @@ typedef bool (*DeferredFinalizeFunction)(uint32_t aSlice, void* aData);
|
||||
void DeferredFinalize(DeferredFinalizeAppendFunction aAppendFunc,
|
||||
DeferredFinalizeFunction aFunc, void* aThing);
|
||||
|
||||
void DeferredFinalize(nsISupports* aSupports);
|
||||
MOZ_NEVER_INLINE void DeferredFinalize(nsISupports* aSupports);
|
||||
|
||||
} // namespace mozilla
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user