Fix more build bustage. Bug 308270

This commit is contained in:
bzbarsky%mit.edu 2005-10-28 03:57:08 +00:00
Родитель 7ef886f1fb
Коммит d3f9d12fac
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -684,7 +684,6 @@ public:
static PLDHashTable sEventListenerManagersHash; static PLDHashTable sEventListenerManagersHash;
static PLDHashTable sRangeListsHash; static PLDHashTable sRangeListsHash;
protected:
/** /**
* Struct that stores info on an attribute. The name and value must * Struct that stores info on an attribute. The name and value must
* either both be null or both be non-null. * either both be null or both be non-null.
@ -699,6 +698,7 @@ protected:
const nsAttrValue* mValue; const nsAttrValue* mValue;
}; };
protected:
/** /**
* Set attribute and (if needed) notify documentobservers and fire off * Set attribute and (if needed) notify documentobservers and fire off
* mutation events. * mutation events.