[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 08:42:29 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit b1980ad09cc491398bf4c3fd6c336a5f52b41c39
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu May 27 22:46:53 2004 +0000

    	Renamed WebScriptMethods to WebScripting based on feedback
    	from Nancy.
    
            Reviewed by Chris.
    
            * bindings/objc/WebScriptObject.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6711 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index cd2f1de..d6d62ef 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,12 @@
+2004-05-27  Richard Williamson   <rjw at apple.com>
+
+	Renamed WebScriptMethods to WebScripting based on feedback
+	from Nancy.
+
+        Reviewed by Chris.
+
+        * bindings/objc/WebScriptObject.h:
+
 2004-05-27  Darin Adler  <darin at apple.com>
 
         Reviewed by Maciej.
diff --git a/JavaScriptCore/bindings/objc/WebScriptObject.h b/JavaScriptCore/bindings/objc/WebScriptObject.h
index f581d75..fd6ac90 100644
--- a/JavaScriptCore/bindings/objc/WebScriptObject.h
+++ b/JavaScriptCore/bindings/objc/WebScriptObject.h
@@ -57,7 +57,7 @@
     and unwrapped when returned to ObjectiveC.  Similar conversion happens in the
     other direction.
 */
- at interface NSObject (WebScriptMethods)
+ at interface NSObject (WebScripting)
 
 /*!
     @method webScriptNameForSelector:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list