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

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:36:58 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit b13341d8c9597219327670e341d3ea791d74470b
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Apr 14 18:48:52 2003 +0000

    	Fixed build failure.
    
            Reviewed by darin.
    
            * khtml/rendering/render_table.cpp:
            (RenderTable::cellAbove):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4100 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 9b3c247..756efbc 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,12 @@
+2003-04-14  Chris Blumenberg  <cblu at apple.com>
+
+	Fixed build failure.
+
+        Reviewed by darin.
+
+        * khtml/rendering/render_table.cpp:
+        (RenderTable::cellAbove):
+
 2003-04-12  Chris Blumenberg  <cblu at apple.com>
 
 	Fixed: 3162338 - Embedding SVG with <object type="image/svg+xml"> doesn't work
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 9b3c247..756efbc 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,12 @@
+2003-04-14  Chris Blumenberg  <cblu at apple.com>
+
+	Fixed build failure.
+
+        Reviewed by darin.
+
+        * khtml/rendering/render_table.cpp:
+        (RenderTable::cellAbove):
+
 2003-04-12  Chris Blumenberg  <cblu at apple.com>
 
 	Fixed: 3162338 - Embedding SVG with <object type="image/svg+xml"> doesn't work
diff --git a/WebCore/khtml/rendering/render_table.cpp b/WebCore/khtml/rendering/render_table.cpp
index f2326a8..f06382f 100644
--- a/WebCore/khtml/rendering/render_table.cpp
+++ b/WebCore/khtml/rendering/render_table.cpp
@@ -622,7 +622,7 @@ RenderTableCell* RenderTable::cellAbove(RenderTableCell* cell) const
     // Find the section and row to look in
     int r = cell->row();
     RenderTableSection *section;
-    int rAbove;
+    int rAbove = 0;
     if (r > 0) {
         // cell is not in the first row, so use the above row in its own section
         section = cell->section();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list