Bug 585507 - Fix compilation issue when SMIL is disabled. r=dholbert a2.0=dbaron

This commit is contained in:
Mounir Lamouri 2010-08-15 11:19:34 -04:00
parent 8473f691f3
commit 89e9fd902f

View File

@ -68,11 +68,11 @@
#include "nsSMILTypes.h"
#include "nsIContentIterator.h"
using namespace mozilla;
nsresult NS_NewContentIterator(nsIContentIterator** aInstancePtrResult);
#endif // MOZ_SMIL
using namespace mozilla;
NS_SVG_VAL_IMPL_CYCLE_COLLECTION(nsSVGTranslatePoint::DOMVal, mElement)
NS_IMPL_CYCLE_COLLECTING_ADDREF(nsSVGTranslatePoint::DOMVal)