Bug 856108 - Port static analyses to clang, part 2b: use MOZ_STACK_CLASS in dom. r=Ms2ger
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user