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

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


The following commit has been merged in the debian/unstable branch:
commit b5799093295fc1b22fdd3bdb1ffefce92c9a3dc1
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Feb 2 01:29:17 2003 +0000

            - fix mistake that broke build
    
            * khtml/rendering/render_block.h: Add include of <qsortedlist.h>.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3540 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index b96e5c2..2c9946d 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,9 @@
+2003-02-01  Darin Adler  <darin at apple.com>
+
+        - fix mistake that broke build
+
+        * khtml/rendering/render_block.h: Add include of <qsortedlist.h>.
+
 2003-01-31  Darin Adler  <darin at apple.com>
 
         Reviewed by Dave.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index b96e5c2..2c9946d 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,9 @@
+2003-02-01  Darin Adler  <darin at apple.com>
+
+        - fix mistake that broke build
+
+        * khtml/rendering/render_block.h: Add include of <qsortedlist.h>.
+
 2003-01-31  Darin Adler  <darin at apple.com>
 
         Reviewed by Dave.
diff --git a/WebCore/khtml/rendering/render_block.h b/WebCore/khtml/rendering/render_block.h
index c1660d7..f56e14a 100644
--- a/WebCore/khtml/rendering/render_block.h
+++ b/WebCore/khtml/rendering/render_block.h
@@ -23,6 +23,8 @@
 #ifndef RENDER_BLOCK_H
 #define RENDER_BLOCK_H
 
+#include <qsortedlist.h>
+
 #include "render_flow.h"
 
 namespace khtml {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list