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
Родитель 24b410579d
Коммит e5321f6b5c
2 изменённых файлов: 2 добавлений и 2 удалений

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

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

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

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