Bug 856108 - Port static analyses to clang, part 2e: use MOZ_STACK_CLASS in layout. r=mats

This commit is contained in:
Joshua Cranmer
2013-04-11 22:20:45 -05:00
parent 7350880cd7
commit 697498ab75
28 changed files with 50 additions and 54 deletions

View File

@@ -99,7 +99,7 @@ enum nsCSSTokenType {
// meaningful; comments above describe which other fields are
// meaningful for which token types.
struct nsCSSToken {
nsAutoString mIdent NS_OKONHEAP;
nsAutoString mIdent;
float mNumber;
int32_t mInteger;
int32_t mInteger2;