[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 08:52:02 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 821d9dbdb6f86df3dcaf01e7870591ce4ed4a749
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 21 16:09:00 2004 +0000

            * bindings/npruntime.h: Fixed typo.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@7084 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index bfc5ab6..86776f5 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,7 @@
+2004-07-21  Darin Adler  <darin at apple.com>
+
+        * bindings/npruntime.h: Fixed typo.
+
 2004-07-19  John Sullivan  <sullivan at apple.com>
 
         Reviewed by Maciej.
diff --git a/JavaScriptCore/bindings/npruntime.h b/JavaScriptCore/bindings/npruntime.h
index 9cc7a08..723b34f 100644
--- a/JavaScriptCore/bindings/npruntime.h
+++ b/JavaScriptCore/bindings/npruntime.h
@@ -171,7 +171,7 @@ void NPN_InitializeVariantWithVariant (NPVariant *destination, const NPVariant *
 	NPVariant (with type NPVariantUndefinedType)          Undefined
 	NPVariant (with type NPVariantNullType)               Null
 	NPArray                                               Array (restricted)
-	NObject                                               Object or (NPObject wrapper)
+	NPObject                                              Object or (NPObject wrapper)
 
 */
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list