[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:50:57 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit a5fc3aad441c90a4061ea9465bece9850a7e0f89
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 11 17:22:36 2003 +0000

            * kwq/KWQKHTMLPart.h: Fixed some small typo-ish strangenesses.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4802 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 782c454..c830560 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,7 @@
+2003-08-11  Darin Adler  <darin at apple.com>
+
+        * kwq/KWQKHTMLPart.h: Fixed some small typo-ish strangenesses.
+
 2003-08-08  David Hyatt  <hyatt at apple.com>
 
 	Fix for 3368672, don't allow frames and framesets to be positioned or relpositioned.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 782c454..c830560 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,7 @@
+2003-08-11  Darin Adler  <darin at apple.com>
+
+        * kwq/KWQKHTMLPart.h: Fixed some small typo-ish strangenesses.
+
 2003-08-08  David Hyatt  <hyatt at apple.com>
 
 	Fix for 3368672, don't allow frames and framesets to be positioned or relpositioned.
diff --git a/WebCore/kwq/KWQKHTMLPart.h b/WebCore/kwq/KWQKHTMLPart.h
index 692cc52..0313b1e 100644
--- a/WebCore/kwq/KWQKHTMLPart.h
+++ b/WebCore/kwq/KWQKHTMLPart.h
@@ -218,7 +218,7 @@ public:
     // Convenience, to avoid repeating the code to dig down to get this.
     QChar backslashAsCurrencySymbol() const;
 
-    NSColor *KWQKHTMLPart::bodyBackgroundColor(void) const;
+    NSColor *bodyBackgroundColor() const;
 
 private:
     virtual void khtmlMousePressEvent(khtml::MousePressEvent *);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list