Bug 856108 - Port static analyses to clang, part 2b: use MOZ_STACK_CLASS in dom. r=Ms2ger

This commit is contained in:
Joshua Cranmer
2013-04-11 22:20:18 -05:00
parent 36704bd7fa
commit 747c2be2bc
14 changed files with 20 additions and 23 deletions

View File

@@ -1171,7 +1171,7 @@ nsNPAPIPluginInstance::IsWindowless(bool* isWindowless)
return NS_OK;
}
class NS_STACK_CLASS AutoPluginLibraryCall
class MOZ_STACK_CLASS AutoPluginLibraryCall
{
public:
AutoPluginLibraryCall(nsNPAPIPluginInstance* aThis)