[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87

bweinstein at apple.com bweinstein at apple.com
Wed Jan 20 22:21:40 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 9520693daa2c5dea891ddd5f20ce658f33d4c601
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 13 02:33:25 2010 +0000

    Build Fix.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53175 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/rendering/RenderLayer.cpp b/WebCore/rendering/RenderLayer.cpp
index 93d0299..d8a3288 100644
--- a/WebCore/rendering/RenderLayer.cpp
+++ b/WebCore/rendering/RenderLayer.cpp
@@ -988,7 +988,7 @@ RenderLayer::convertToLayerCoords(const RenderLayer* ancestorLayer, int& xPos, i
         return;
 
     EPosition position = renderer()->style()->position();
-    if (position == FixedPosition && (!ancestorLayer || ancestorLayer == renderer()->view()->layer()) {
+    if (position == FixedPosition && (!ancestorLayer || ancestorLayer == renderer()->view()->layer())) {
         // If the fixed layer's container is the root, just add in the offset of the view. We can obtain this by calling
         // localToAbsolute() on the RenderView.
         FloatPoint absPos = renderer()->localToAbsolute(FloatPoint(), true);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list