| Index: core/src/fxcrt/fx_xml_parser.cpp
 | 
| diff --git a/core/src/fxcrt/fx_xml_parser.cpp b/core/src/fxcrt/fx_xml_parser.cpp
 | 
| index dcae0c58c070ebaafc7c1ace4586c1de50662369..56fbada3addddba93f4c7c3bab205b49acf4601c 100644
 | 
| --- a/core/src/fxcrt/fx_xml_parser.cpp
 | 
| +++ b/core/src/fxcrt/fx_xml_parser.cpp
 | 
| @@ -819,7 +819,6 @@ int CXML_AttrMap::GetSize() const {
 | 
|    return m_pMap == NULL ? 0 : m_pMap->GetSize();
 | 
|  }
 | 
|  CXML_AttrItem& CXML_AttrMap::GetAt(int index) const {
 | 
| -  ASSERT(m_pMap != NULL);
 | 
|    return (*m_pMap)[index];
 | 
|  }
 | 
|  void CXML_AttrMap::RemoveAll() {
 | 
| 
 |