зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
3bf92bfa62
Коммит
f148a61361
|
@ -1596,9 +1596,11 @@ nsDocument::~nsDocument()
|
||||||
mStyleSheetSetList->Disconnect();
|
mStyleSheetSetList->Disconnect();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef MOZ_SMIL
|
||||||
if (mAnimationController) {
|
if (mAnimationController) {
|
||||||
mAnimationController->Disconnect();
|
mAnimationController->Disconnect();
|
||||||
}
|
}
|
||||||
|
#endif // MOZ_SMIL
|
||||||
|
|
||||||
mParentDocument = nsnull;
|
mParentDocument = nsnull;
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче