[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

hyatt hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:23:26 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 1dea6a5b81e9f16327208f55505edf1cab7c15ac
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 4 00:08:22 2003 +0000

    	Fix for livepage.apple.com crash.  The bug # is
    	3163508.
    
            Reviewed by darin
    
            * khtml/rendering/render_box.cpp:
            (RenderBox::setPos):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3551 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index f44ec0d..3324214 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,15 @@
 2003-02-03  David Hyatt  <hyatt at apple.com>
 
+	Fix for livepage.apple.com crash.  The bug # is
+	3163508.
+	
+        Reviewed by darin
+
+        * khtml/rendering/render_box.cpp:
+        (RenderBox::setPos):
+
+2003-02-03  David Hyatt  <hyatt at apple.com>
+
 	Rename TextSlave to TextRun.
 	
         Reviewed by darin
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index f44ec0d..3324214 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,15 @@
 2003-02-03  David Hyatt  <hyatt at apple.com>
 
+	Fix for livepage.apple.com crash.  The bug # is
+	3163508.
+	
+        Reviewed by darin
+
+        * khtml/rendering/render_box.cpp:
+        (RenderBox::setPos):
+
+2003-02-03  David Hyatt  <hyatt at apple.com>
+
 	Rename TextSlave to TextRun.
 	
         Reviewed by darin
diff --git a/WebCore/khtml/rendering/render_box.cpp b/WebCore/khtml/rendering/render_box.cpp
index 0e759ad..781aa27 100644
--- a/WebCore/khtml/rendering/render_box.cpp
+++ b/WebCore/khtml/rendering/render_box.cpp
@@ -137,8 +137,6 @@ void RenderBox::setPos( int xPos, int yPos )
         return; // Optimize for the case where we don't move at all.
     
     m_x = xPos; m_y = yPos;
-    if (m_layer)
-        m_layer->updateLayerPosition();
 }
 
 short RenderBox::width() const

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list