webengine/osswebengine/WebCore/html/HTMLParser.cpp
changeset 10 a359256acfc6
parent 1 7c90e6132015
child 35 1f3c3f2f5b0a
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
   120     , haveFrameSet(false)
   120     , haveFrameSet(false)
   121     , m_isParsingFragment(false)
   121     , m_isParsingFragment(false)
   122     , m_reportErrors(reportErrors)
   122     , m_reportErrors(reportErrors)
   123     , m_handlingResidualStyleAcrossBlocks(false)
   123     , m_handlingResidualStyleAcrossBlocks(false)
   124     , inStrayTableContent(0)
   124     , inStrayTableContent(0)
       
   125 #if PLATFORM(SYMBIAN)
       
   126     ,m_scriptSupported(true)
       
   127 #endif
   125 {
   128 {
   126 }
   129 }
   127 
   130 
   128 HTMLParser::HTMLParser(DocumentFragment* frag)
   131 HTMLParser::HTMLParser(DocumentFragment* frag)
   129     : document(frag->document())
   132     : document(frag->document())