[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:38:52 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit e6f0a5d9536bd1abe44e3ba57546d2805d5f5d91
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Apr 25 22:07:45 2003 +0000

    WebKit:
    
    	Don't do "@class WebDataSource" as that class isn't mentioned in this file.
    
            * WebView.subproj/WebFrameLoadDelegate.h:
    
    WebBrowser:
    
            Do "@class WebDataSource" as that class is mentioned in this file.
    
            * LocationChangeError.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4190 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index e934064..a8eb5c4 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,11 @@
 2003-04-25  Chris Blumenberg  <cblu at apple.com>
 
+	Don't do "@class WebDataSource" as that class isn't mentioned in this file.
+
+        * WebView.subproj/WebFrameLoadDelegate.h:
+
+2003-04-25  Chris Blumenberg  <cblu at apple.com>
+
 	Turned WebLocationChangeDelegate into WebFrameLoadDelegate. Renamed WebFrameLoadDelegate all methods to pass a frame instead of the data source.
 
         Reviewed by rjw.
diff --git a/WebKit/WebView.subproj/WebFrameLoadDelegate.h b/WebKit/WebView.subproj/WebFrameLoadDelegate.h
index 6480098..05f3550 100644
--- a/WebKit/WebView.subproj/WebFrameLoadDelegate.h
+++ b/WebKit/WebView.subproj/WebFrameLoadDelegate.h
@@ -5,12 +5,11 @@
         Public header file.
 */
 
-#import <Foundation/Foundation.h>
+#import <Cocoa/Cocoa.h>
 
- at class WebView;
- at class WebDataSource;
 @class NSError;
 @class WebFrame;
+ at class WebView;
 
 /*!
     @category WebFrameLoadDelegate

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list