[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 06:16:04 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit da5ef5e4d021bd3871c8283b84fcea7bea5a9407
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sat Jun 1 01:11:11 2002 +0000
* WebView.subproj/IFWebViewPrivate.mm: Add include to prepare for change to WebCore
that will make it required.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1249 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 4a659b9..95abea5 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,10 @@
2002-05-31 Darin Adler <darin at apple.com>
+ * WebView.subproj/IFWebViewPrivate.mm: Add include to prepare for change to WebCore
+ that will make it required.
+
+2002-05-31 Darin Adler <darin at apple.com>
+
* WebCoreSupport.subproj/IFImageRenderer.h: Fixed the line endings (they were
Macintosh CRs instead of Unix LFs). Also made all the methods be private for
now since there's no need to have them be public.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 4a659b9..95abea5 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,10 @@
2002-05-31 Darin Adler <darin at apple.com>
+ * WebView.subproj/IFWebViewPrivate.mm: Add include to prepare for change to WebCore
+ that will make it required.
+
+2002-05-31 Darin Adler <darin at apple.com>
+
* WebCoreSupport.subproj/IFImageRenderer.h: Fixed the line endings (they were
Macintosh CRs instead of Unix LFs). Also made all the methods be private for
now since there's no need to have them be public.
diff --git a/WebKit/WebView.subproj/IFWebViewPrivate.mm b/WebKit/WebView.subproj/IFWebViewPrivate.mm
index c173a37..802e0ce 100644
--- a/WebKit/WebView.subproj/IFWebViewPrivate.mm
+++ b/WebKit/WebView.subproj/IFWebViewPrivate.mm
@@ -12,6 +12,7 @@
// Includes from KDE
#import <khtmlview.h>
+#import <khtml_part.h>
#import <html/html_documentimpl.h>
#import "IFWebController.h"
diff --git a/WebKit/WebView.subproj/WebFrameViewPrivate.m b/WebKit/WebView.subproj/WebFrameViewPrivate.m
index c173a37..802e0ce 100644
--- a/WebKit/WebView.subproj/WebFrameViewPrivate.m
+++ b/WebKit/WebView.subproj/WebFrameViewPrivate.m
@@ -12,6 +12,7 @@
// Includes from KDE
#import <khtmlview.h>
+#import <khtml_part.h>
#import <html/html_documentimpl.h>
#import "IFWebController.h"
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list