Bug 653238 followup: Fix build issue in --disable-smil builds by adding #ifdef MOZ_SMIL around new chunk of smil-related code. r=dholbert DONTBUILD (NPODB)

This commit is contained in:
Bartłomiej Brzozowiec 2011-04-29 18:15:45 -07:00
Родитель 3bf92bfa62
Коммит f148a61361
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1596,9 +1596,11 @@ nsDocument::~nsDocument()
mStyleSheetSetList->Disconnect();
}
#ifdef MOZ_SMIL
if (mAnimationController) {
mAnimationController->Disconnect();
}
#endif // MOZ_SMIL
mParentDocument = nsnull;