[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:57:17 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 0df97b75cf9a2b67299edba9155ec669288fd199
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Nov 5 17:08:33 2002 +0000
The -(NSEnumeration *)keys method has never been implemented, and is unneeded.
Removing from API. This has no external impact as this class
is entirely private to WebFoundation.
* Database.subproj/WebDatabase.h:
* Database.subproj/WebDatabase.m:
* Database.subproj/WebFileDatabase.m:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2562 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/Misc.subproj/WebDatabase.h b/WebKit/Misc.subproj/WebDatabase.h
index bfd0271..4a88b04 100644
--- a/WebKit/Misc.subproj/WebDatabase.h
+++ b/WebKit/Misc.subproj/WebDatabase.h
@@ -18,7 +18,6 @@
-(void)removeObjectForKey:(id)key;
-(void)removeAllObjects;
-(id)objectForKey:(id)key;
--(NSEnumerator *)keys;
@end
diff --git a/WebKit/Misc.subproj/WebDatabase.m b/WebKit/Misc.subproj/WebDatabase.m
index 80100f6..4a017b2 100644
--- a/WebKit/Misc.subproj/WebDatabase.m
+++ b/WebKit/Misc.subproj/WebDatabase.m
@@ -30,12 +30,6 @@
return nil;
}
--(NSEnumerator *)keys
-{
- NSRequestConcreteImplementation(self, _cmd, [WebDatabase class]);
- return nil;
-}
-
-(unsigned)count
{
return count;
diff --git a/WebKit/Misc.subproj/WebFileDatabase.m b/WebKit/Misc.subproj/WebFileDatabase.m
index 300ee57..1ecc4c3 100644
--- a/WebKit/Misc.subproj/WebFileDatabase.m
+++ b/WebKit/Misc.subproj/WebFileDatabase.m
@@ -664,13 +664,6 @@ static void databaseInit()
return result;
}
--(NSEnumerator *)keys
-{
- // FIXME: [kocienda] Radar 2859370 (WebFileDatabase needs to implement keys method)
- return nil;
-}
-
-
-(void)performSetObject:(id)object forKey:(id)key
{
NSString *filePath;
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list