Build bustage fix from bug 341257.

This commit is contained in:
tor%cs.brown.edu 2006-06-28 22:26:39 +00:00
parent b5193c7c97
commit 0cc907bef0

View File

@ -118,6 +118,7 @@ public:
NS_IMETHOD SetMatrixPropagation(PRBool aPropagate);
NS_IMETHOD SetOverrideCTM(nsIDOMSVGMatrix *aCTM);
NS_IMETHOD GetBBox(nsIDOMSVGRect **_retval);
NS_IMETHOD_(PRBool) IsDisplayContainer() { return PR_TRUE; }
// foreignobject public methods
/**