Bug 856108 - Port static analyses to clang, part 2h: use MOZ_STACK_CLASS everywhere else. r=bsmedberg

This commit is contained in:
Joshua Cranmer
2013-04-11 22:22:09 -05:00
parent a026e713f8
commit b06decdd30
14 changed files with 16 additions and 16 deletions

View File

@@ -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)