[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/khtml/xml
From:       Maks Orlovich <maksim () kde ! org>
Date:       2005-11-30 21:23:50
Message-ID: 1133385830.017261.22977.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 484459 by orlovich:

Fix createElement("embed") to fix crash on lotoquebec.com (#110036)
BUG:110036


 M  +3 -0      dom_docimpl.cpp  


--- branches/KDE/3.5/kdelibs/khtml/xml/dom_docimpl.cpp #484458:484459
@@ -846,6 +846,9 @@
     case ID_OBJECT:
         n = new HTMLObjectElementImpl(docPtr());
         break;
+    case ID_EMBED:
+        n = new HTMLEmbedElementImpl(docPtr());
+        break;
     case ID_PARAM:
         n = new HTMLParamElementImpl(docPtr());
         break;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic