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