nsCSSValue::Reset does not seem to be inlined with -Os, so adding NS_HIDDEN here as well.

This commit is contained in:
bryner%brianryner.com 2004-05-13 17:09:20 +00:00
Родитель d3ec032dd0
Коммит 2683530f86
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -233,7 +233,7 @@ public:
NS_HIDDEN_(nscoord) GetLengthTwips() const;
void Reset() // sets to null
NS_HIDDEN_(void) Reset() // sets to null
{
if ((eCSSUnit_String <= mUnit) && (mUnit <= eCSSUnit_Counters) &&
(nsnull != mValue.mString)) {

Просмотреть файл

@ -233,7 +233,7 @@ public:
NS_HIDDEN_(nscoord) GetLengthTwips() const;
void Reset() // sets to null
NS_HIDDEN_(void) Reset() // sets to null
{
if ((eCSSUnit_String <= mUnit) && (mUnit <= eCSSUnit_Counters) &&
(nsnull != mValue.mString)) {