зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1122990 - Mark nsPropertiesParser as stack class, and make its mProps member a strong ref; r=froydnj
This commit is contained in:
Родитель
e38de158c5
Коммит
f1d08feef9
|
@ -76,7 +76,7 @@ enum EParserSpecial
|
|||
eParserSpecial_Unicode // parsing a \Uxxx value
|
||||
};
|
||||
|
||||
class nsPropertiesParser
|
||||
class MOZ_STACK_CLASS nsPropertiesParser
|
||||
{
|
||||
public:
|
||||
explicit nsPropertiesParser(nsIPersistentProperties* aProps)
|
||||
|
@ -177,7 +177,7 @@ private:
|
|||
EParserState mState;
|
||||
// if we see a '\' then we enter this special state
|
||||
EParserSpecial mSpecialState;
|
||||
nsIPersistentProperties* mProps;
|
||||
nsCOMPtr<nsIPersistentProperties> mProps;
|
||||
};
|
||||
|
||||
inline bool
|
||||
|
|
Загрузка…
Ссылка в новой задаче