[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:33:34 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 079f685c0857c24da4988d8b35fc9c498ac421cb
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Apr 3 00:39:40 2003 +0000

            Reviewed by john.
    
            * WebView.subproj/WebPreferences.h:
            (-[WebPreferences setUserStyleSheetLocation:]): Cleaned up arg and comment.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4004 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 07e7c9c..3acf918 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,12 @@
 2003-04-02  Richard Williamson  <rjw at apple.com>
 
+        Reviewed by john.
+
+        * WebView.subproj/WebPreferences.h:
+        (-[WebPreferences setUserStyleSheetLocation:]): Cleaned up arg and comment.
+
+2003-04-02  Richard Williamson  <rjw at apple.com>
+
         Fix for 3200447.  Use class_pose to pose so as to avoid
         indirect invocation of appkit class initializers.
         
diff --git a/WebKit/WebView.subproj/WebPreferences.h b/WebKit/WebView.subproj/WebPreferences.h
index f1fc401..1926359 100644
--- a/WebKit/WebView.subproj/WebPreferences.h
+++ b/WebKit/WebView.subproj/WebPreferences.h
@@ -151,9 +151,9 @@ extern NSString *WebPreferencesChangedNotification;
 
 /*!
     @method setUserStyleSheetLocation:
-    @param string
+    @param URL The location of the user style sheet.
 */
-- (void)setUserStyleSheetLocation:(NSURL *)string;
+- (void)setUserStyleSheetLocation:(NSURL *)URL;
 
 /*!
     @method JavaEnabled

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list