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


The following commit has been merged in the debian/unstable branch:
commit 5e498e4a78c4a2c9b13d07e3b0dbaee3997be739
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Apr 9 19:49:04 2004 +0000

    Fixed build problem.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6345 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/bindings/npruntime.h b/JavaScriptCore/bindings/npruntime.h
index 669aa35..12e311b 100644
--- a/JavaScriptCore/bindings/npruntime.h
+++ b/JavaScriptCore/bindings/npruntime.h
@@ -181,7 +181,6 @@ struct NPClass
     NPGetPropertyFunctionPtr getProperty;
     NPSetPropertyFunctionPtr setProperty;
 };
-typedef struct NPClass NPClass;
 
 #define kNPClassStructVersion1 1
 #define kNPClassStructVersionCurrent kNPClassStructVersion1
diff --git a/WebKit/Plugins.subproj/npruntime.h b/WebKit/Plugins.subproj/npruntime.h
index 669aa35..12e311b 100644
--- a/WebKit/Plugins.subproj/npruntime.h
+++ b/WebKit/Plugins.subproj/npruntime.h
@@ -181,7 +181,6 @@ struct NPClass
     NPGetPropertyFunctionPtr getProperty;
     NPSetPropertyFunctionPtr setProperty;
 };
-typedef struct NPClass NPClass;
 
 #define kNPClassStructVersion1 1
 #define kNPClassStructVersionCurrent kNPClassStructVersion1

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list