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

laszlo.1.gombos at nokia.com laszlo.1.gombos at nokia.com
Thu Apr 8 02:22:28 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 7260cd843582836ee4ea67103944f90b0f0d90aa
Author: laszlo.1.gombos at nokia.com <laszlo.1.gombos at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Mar 15 14:46:56 2010 +0000

    2010-03-15  Laszlo Gombos  <laszlo.1.gombos at nokia.com>
    
            Unreviewed.
    
            [Qt] Build fix if TILED_BACKING_STORE is disabled.
    
            * Api/qwebframe.cpp:
            (QWebFramePrivate::renderContentsLayerAbsoluteCoords):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55994 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/qt/Api/qwebframe.cpp b/WebKit/qt/Api/qwebframe.cpp
index a72f39f..fc81eba 100644
--- a/WebKit/qt/Api/qwebframe.cpp
+++ b/WebKit/qt/Api/qwebframe.cpp
@@ -345,7 +345,7 @@ void QWebFramePrivate::renderContentsLayerAbsoluteCoords(GraphicsContext* contex
     if (!frame->tiledBackingStore())
         view->layoutIfNeededRecursive();
 #else
-    view->layoutIfNeededRecursive()
+    view->layoutIfNeededRecursive();
 #endif
 
     for (int i = 0; i < vector.size(); ++i) {
diff --git a/WebKit/qt/ChangeLog b/WebKit/qt/ChangeLog
index 37f112b..98ed39a 100644
--- a/WebKit/qt/ChangeLog
+++ b/WebKit/qt/ChangeLog
@@ -1,3 +1,12 @@
+2010-03-15  Laszlo Gombos  <laszlo.1.gombos at nokia.com>
+
+        Unreviewed.
+
+        [Qt] Build fix if TILED_BACKING_STORE is disabled.
+
+        * Api/qwebframe.cpp:
+        (QWebFramePrivate::renderContentsLayerAbsoluteCoords):
+
 2010-03-14  Chang Shu  <chang.shu at nokia.com>
 
         Reviewed by Simon Hausmann.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list