[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:44:26 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 1ca8bb2ea41af7d8dbcf40acb6354672857d5e46
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jun 6 23:48:57 2003 +0000

    	Fixed 3283236.  Remove use of forward declarations in public header because
    	CodeWarrior pukes on 'em.
    
            Reviewed by Chris.
    
            * WebView.subproj/WebDataSource.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4495 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index bc2ef7a..38d39fd 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,12 @@
+2003-06-06  Richard Williamson  <rjw at apple.com>
+
+	Fixed 3283236.  Remove use of forward declarations in public header because
+	CodeWarrior pukes on 'em.
+
+        Reviewed by Chris.
+
+        * WebView.subproj/WebDataSource.h:
+
 2003-06-06  Chris Blumenberg  <cblu at apple.com>
 
 	Fixed: <rdar://problem/3156169>: cmd-click opens new win but stops loading in prev win
diff --git a/WebKit/WebView.subproj/WebDataSource.h b/WebKit/WebView.subproj/WebDataSource.h
index 9ac4ad5..39c0e08 100644
--- a/WebKit/WebView.subproj/WebDataSource.h
+++ b/WebKit/WebView.subproj/WebDataSource.h
@@ -7,6 +7,8 @@
 
 #import <Cocoa/Cocoa.h>
 
+#import <WebKit/WebDocument.h>
+
 @class WebDataSourcePrivate;
 @class WebFrame;
 @class NSURLConnection;
@@ -14,7 +16,6 @@
 @class NSMutableURLRequest;
 @class NSURLResponse;
 
- at protocol WebDocumentRepresentation;
 
 /*!
     @class WebDataSource

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list