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

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:50:34 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit a17a42df258b3129b8a9bb2274b159666194b64c
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 17 13:56:32 2001 +0000

    I'm a dope, and had been checking in all these changes to the repository on my local disk. Here is an update for the "real" repository.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@339 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/Misc.subproj/WebKit.h b/WebKit/Misc.subproj/WebKit.h
index fe1491b..e0149a5 100644
--- a/WebKit/Misc.subproj/WebKit.h
+++ b/WebKit/Misc.subproj/WebKit.h
@@ -2,5 +2,3 @@
 	Copyright 2001, Apple, Inc. All rights reserved.
 */
 
-#import <WebKit/NSURILoad.h>
-
diff --git a/WebKit/Misc.subproj/_NSMonitor.h b/WebKit/Misc.subproj/_NSMonitor.h
index fb22384..58fe96c 100644
--- a/WebKit/Misc.subproj/_NSMonitor.h
+++ b/WebKit/Misc.subproj/_NSMonitor.h
@@ -38,7 +38,7 @@
 @interface NSMonitor : NSObject <NSLocking> {
     F_STRUCT_MUTEX_T mutex;
     F_STRUCT_COND_T cond;
-    unsigned int value;
+    int value;
 }
 
 -(id)init;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list