Bug 856108 - Port static analyses to clang, part 2h: use MOZ_STACK_CLASS everywhere else. r=bsmedberg
This commit is contained in:
@@ -10906,7 +10906,7 @@ nsDocShell::WalkHistoryEntries(nsISHEntry *aRootEntry,
|
||||
}
|
||||
|
||||
// callback data for WalkHistoryEntries
|
||||
struct NS_STACK_CLASS CloneAndReplaceData
|
||||
struct MOZ_STACK_CLASS CloneAndReplaceData
|
||||
{
|
||||
CloneAndReplaceData(uint32_t aCloneID, nsISHEntry *aReplaceEntry,
|
||||
bool aCloneChildren, nsISHEntry *aDestTreeParent)
|
||||
|
||||
Reference in New Issue
Block a user