diff -r 884af2e877bf -r dcd1a22c2899 breakdeps/SVGEngineImpl.cpp --- a/breakdeps/SVGEngineImpl.cpp Fri Oct 15 14:34:27 2010 +0100 +++ b/breakdeps/SVGEngineImpl.cpp Fri Oct 15 14:46:27 2010 +0100 @@ -33,7 +33,7 @@ #include "SVGAnimationElementImpl.h" #include "SVGTextElementImpl.h" -//#include "SVGAudioElementImpl.h" +#include "SVGAudioElementImpl.h" #include "Gfx2dGcOpenVG.h" @@ -2684,7 +2684,7 @@ // -------------------------------------------------------------------------- void CSvgEngineImpl::SetAudioVolume( TInt aPercentage ) { -#if 0 + if ( !iSvgDocument ) { return; @@ -2703,7 +2703,6 @@ lAudioElement->SetVolume( aPercentage ); } lAudioElementList.Close(); -#endif } // --------------------------------------------------------------------------