Since I just pushed the default URL icon from WebKit to WebCore, but
WebKit was still using its version of the default icon, this patch makes it
use the WebCore version
* Misc/WebIconDatabase.m:
(-[WebIconDatabase defaultIconWithSize:]):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@15993
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-08-23 Brady Eidson <beidson@apple.com>
+
+ Reviewed by Beth
+ Since I just pushed the default URL icon from WebKit to WebCore, but
+ WebKit was still using its version of the default icon, this patch makes it
+ use the WebCore version
+
+ * Misc/WebIconDatabase.m:
+ (-[WebIconDatabase defaultIconWithSize:]):
+
2006-08-22 Maciej Stachowiak <mjs@apple.com>
Reviewed by Brady.
ASSERT(size.width);
ASSERT(size.height);
+#ifdef ICONDEBUG
+ return [_private->databaseBridge defaultIconWithSize:size];
+#endif
+
if (!_private->defaultIcons) {
NSString *path = [[NSBundle bundleForClass:[self class]] pathForResource:@"url_icon" ofType:@"tiff"];
if (path) {