[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 06:14:31 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 0ad8e5d0df980cfb7c586d76fcb86b90d5231c74
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed May 22 23:10:39 2002 +0000

    2002-05-22  Kenneth Kocienda  <kocienda at apple.com>
    
            Reviewed by: Richard Williamson
    
            Removed an assertion that was causing problems with cache object removals.
    
            * Database.subproj/IFURLFileDatabase.m:
            (-[IFURLFileDatabaseOp initWithCode:key:object:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1198 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/Misc.subproj/WebFileDatabase.m b/WebKit/Misc.subproj/WebFileDatabase.m
index a2d6259..3bdd1de 100644
--- a/WebKit/Misc.subproj/WebFileDatabase.m
+++ b/WebKit/Misc.subproj/WebFileDatabase.m
@@ -194,7 +194,6 @@ static void URLFileReaderInit(void)
 -(id)initWithCode:(IFURLFileDatabaseOpCode)theOpcode key:(id)theKey object:(id)theObject
 {
     WEBFOUNDATION_ASSERT_NOT_NIL(theKey);
-    WEBFOUNDATION_ASSERT_NOT_NIL(theObject);
 
     if ((self = [super init])) {
         

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list