[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 08:21:52 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 793a3c640795134b0e8b8a60b89196c8a8fb7b5f
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Jan 11 20:09:38 2004 +0000

            - fixed Dave's check-in so it compiles; I assume he forgot to land one source file
    
            * khtml/khtmlview.h: Add RenderPart to the friends of KHTMLView.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5888 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index efb6c95..4229cb9 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,9 @@
+2004-01-11  Darin Adler  <darin at apple.com>
+
+        - fixed Dave's check-in so it compiles; I assume he forgot to land one source file
+
+        * khtml/khtmlview.h: Add RenderPart to the friends of KHTMLView.
+
 2004-01-11  David Hyatt  <hyatt at apple.com>
 
 	Fix for frame repainting bugs (3510669, 3515442).  This is a narrower fix than the previous attempt.
diff --git a/WebCore/khtml/khtmlview.h b/WebCore/khtml/khtmlview.h
index 9da0419..f5f035f 100644
--- a/WebCore/khtml/khtmlview.h
+++ b/WebCore/khtml/khtmlview.h
@@ -55,6 +55,7 @@ namespace khtml {
     class RenderCanvas;
     class RenderStyle;
     class RenderLineEdit;
+    class RenderPart;
     class RenderPartObject;
     class RenderWidget;
     class CSSStyleSelector;
@@ -84,6 +85,7 @@ class KHTMLView : public QScrollView
     friend class khtml::RenderObject;
     friend class khtml::RenderBox;
     friend class khtml::RenderLineEdit;
+    friend class khtml::RenderPart;
     friend class khtml::RenderPartObject;
     friend class khtml::RenderWidget;
     friend class khtml::CSSStyleSelector;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list