[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
rjw
rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:10:59 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 8f3ef77032ad91f39fa8b67842e3faca87ab119a
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Dec 4 02:14:44 2002 +0000
D'oh. Fixed last minute change that broke the build.
* kwq/KWQFont.mm:
(QFont::getNSFont):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2917 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 84959e2..ff4dbda 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,10 @@
+2002-12-03 Richard Williamson <rjw at apple.com>
+
+ D'oh. Fixed last minute change that broke the build.
+
+ * kwq/KWQFont.mm:
+ (QFont::getNSFont):
+
2002-12-03 David Hyatt <hyatt at apple.com>
Remove the moveWidgetsAside function. This fixes all the
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 84959e2..ff4dbda 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,10 @@
+2002-12-03 Richard Williamson <rjw at apple.com>
+
+ D'oh. Fixed last minute change that broke the build.
+
+ * kwq/KWQFont.mm:
+ (QFont::getNSFont):
+
2002-12-03 David Hyatt <hyatt at apple.com>
Remove the moveWidgetsAside function. This fixes all the
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 84959e2..ff4dbda 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,10 @@
+2002-12-03 Richard Williamson <rjw at apple.com>
+
+ D'oh. Fixed last minute change that broke the build.
+
+ * kwq/KWQFont.mm:
+ (QFont::getNSFont):
+
2002-12-03 David Hyatt <hyatt at apple.com>
Remove the moveWidgetsAside function. This fixes all the
diff --git a/WebCore/kwq/KWQFont.mm b/WebCore/kwq/KWQFont.mm
index d72e6b3..cac5241 100644
--- a/WebCore/kwq/KWQFont.mm
+++ b/WebCore/kwq/KWQFont.mm
@@ -145,7 +145,7 @@ bool QFont::operator==(const QFont &compareFont) const
NSFont *QFont::getNSFont() const
{
- CREATE_FAMILY_ARRAY(this, families);
+ CREATE_FAMILY_ARRAY(*this, families);
return [[WebCoreTextRendererFactory sharedFactory]
fontWithFamilies:families
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list