[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

kenneth at webkit.org kenneth at webkit.org
Wed Apr 7 23:08:45 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit daa8cd1f26a0df6041120afc59ef7edbd87263d7
Author: kenneth at webkit.org <kenneth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 27 14:44:51 2009 +0000

    Unreviewed Qt build fix.
    
    Patch by Kenneth Rohde Christiansen <kenneth at webkit.org> on 2009-10-27
    Update the tests as well to the new API change.
    
    * tests/qwebelement/tst_qwebelement.cpp:
    (tst_QWebElement::clear):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50149 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/qt/ChangeLog b/WebKit/qt/ChangeLog
index 4cbd737..c5c8352 100644
--- a/WebKit/qt/ChangeLog
+++ b/WebKit/qt/ChangeLog
@@ -1,5 +1,14 @@
 2009-10-27  Kenneth Rohde Christiansen  <kenneth at webkit.org>
 
+        Unreviewed Qt build fix.
+
+        Update the tests as well to the new API change.
+
+        * tests/qwebelement/tst_qwebelement.cpp:
+        (tst_QWebElement::clear):
+
+2009-10-27  Kenneth Rohde Christiansen  <kenneth at webkit.org>
+
         Rubberstamped by Tor Arne Vestbø.
 
         [Qt] QWebElement::removeChildren() should be
diff --git a/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp b/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp
index 4cfb664..cf83fe8 100644
--- a/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp
+++ b/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp
@@ -704,7 +704,7 @@ void tst_QWebElement::clear()
 
     QCOMPARE(body.findAll("div").count(), 1);
     QCOMPARE(body.findAll("p").count(), 3);
-    body.findFirst("div").removeChildren();
+    body.findFirst("div").removeAllChildren();
     QCOMPARE(body.findAll("div").count(), 1);
     QCOMPARE(body.findAll("p").count(), 2);
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list