diff -r 6bcc0aa4be39 -r 889504eac4fb xml/xmlfw/src/xmlframework/matchdata.cpp --- a/xml/xmlfw/src/xmlframework/matchdata.cpp Thu Aug 19 11:41:35 2010 +0300 +++ b/xml/xmlfw/src/xmlframework/matchdata.cpp Tue Aug 31 17:02:56 2010 +0300 @@ -800,12 +800,13 @@ CMatchData& CMatchData::operator=(const CMatchData & aMatchData) { - /*If pointing to same. Then return itself*/ + /*If pointing to same. Then return itself*/ if ( &aMatchData == this ) { return *this; } + /* * SYMBIAN DEF132492 FIX : Added TRAP statements to handle the case wherein the functions * called here leave.