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

List:       kde-commits
Subject:    branches/KDE/4.0/kdelibs/khtml/ecma
From:       Harri Porten <porten () kde ! org>
Date:       2008-03-14 21:51:03
Message-ID: 1205531463.776669.3078.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 785761 by porten:

Forgot to commit this earlier - overlapped with a yet uncommited change.


 M  +1 -1      kjs_html.cpp  
 M  +1 -0      kjs_html.h  


--- branches/KDE/4.0/kdelibs/khtml/ecma/kjs_html.cpp #785760:785761
@@ -699,7 +699,6 @@
   title		KJS::HTMLElement::ElementTitle	DontDelete
   lang		KJS::HTMLElement::ElementLang	DontDelete
   dir		KJS::HTMLElement::ElementDir	DontDelete
-### isn't this "class" in the HTML spec?
   className	KJS::HTMLElement::ElementClassName DontDelete
   innerHTML	KJS::HTMLElement::ElementInnerHTML DontDelete
   innerText	KJS::HTMLElement::ElementInnerText DontDelete
@@ -2935,6 +2934,7 @@
 KJS_DEFINE_PROTOTYPE(HTMLCollectionProto)
 KJS_IMPLEMENT_PROTOFUNC(HTMLCollectionProtoFunc)
 KJS_IMPLEMENT_PROTOTYPE("HTMLCollection", HTMLCollectionProto,HTMLCollectionProtoFunc)
+IMPLEMENT_PSEUDO_CONSTRUCTOR(HTMLCollectionPseudoCtor, "HTMLCollection", HTMLCollectionProto)
 
 const ClassInfo KJS::HTMLCollection::info = { "HTMLCollection", 0, 0, 0 };
 
--- branches/KDE/4.0/kdelibs/khtml/ecma/kjs_html.h #785760:785761
@@ -333,6 +333,7 @@
   DEFINE_PSEUDO_CONSTRUCTOR(HTMLLayerElementPseudoCtor)
   DEFINE_PSEUDO_CONSTRUCTOR(HTMLFrameElementPseudoCtor)
   DEFINE_PSEUDO_CONSTRUCTOR(HTMLIFrameElementPseudoCtor)
+  DEFINE_PSEUDO_CONSTRUCTOR(HTMLCollectionPseudoCtor)
   DEFINE_PSEUDO_CONSTRUCTOR(HTMLMarqueeElementPseudoCtor)
   DEFINE_PSEUDO_CONSTRUCTOR(HTMLCanvasElementPseudoCtor)
 } // namespace
[prev in list] [next in list] [prev in thread] [next in thread] 

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