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

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/khtml/dom
From:       Maks Orlovich <maksim () kde ! org>
Date:       2005-09-07 20:28:13
Message-ID: 1126124893.539775.381.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 458319 by orlovich:

Return TSECTION_ROWS collection for rows of a tsection.
No functional difference yet (will be shortly, but w/o 
that, this is an independent cleanup)


 M  +1 -1      html_table.cpp  


--- branches/KDE/3.5/kdelibs/khtml/dom/html_table.cpp #458318:458319
@@ -844,7 +844,7 @@
 HTMLCollection HTMLTableSectionElement::rows() const
 {
     if(!impl) return HTMLCollection();
-    return HTMLCollection(impl, HTMLCollectionImpl::TABLE_ROWS);
+    return HTMLCollection(impl, HTMLCollectionImpl::TSECTION_ROWS);
 }
 
 HTMLElement HTMLTableSectionElement::insertRow( long index )
[prev in list] [next in list] [prev in thread] [next in thread] 

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