From d3f9d12faca76ef3f18e54d14fff66aab90c43d0 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Fri, 28 Oct 2005 03:57:08 +0000 Subject: [PATCH] Fix more build bustage. Bug 308270 --- content/base/src/nsGenericElement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/base/src/nsGenericElement.h b/content/base/src/nsGenericElement.h index 48e13ff797cf..5880330e84a7 100644 --- a/content/base/src/nsGenericElement.h +++ b/content/base/src/nsGenericElement.h @@ -684,7 +684,6 @@ public: static PLDHashTable sEventListenerManagersHash; static PLDHashTable sRangeListsHash; -protected: /** * Struct that stores info on an attribute. The name and value must * either both be null or both be non-null. @@ -699,6 +698,7 @@ protected: const nsAttrValue* mValue; }; +protected: /** * Set attribute and (if needed) notify documentobservers and fire off * mutation events.