* Misc.subproj/WebIconDatabase.m:
(+[WebIconDatabase sharedIconDatabase]): call LOG not Log
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8036
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2004-11-18 Chris Blumenberg <cblu@apple.com>
+
+ Fixed development build failure.
+
+ * Misc.subproj/WebIconDatabase.m:
+ (+[WebIconDatabase sharedIconDatabase]): call LOG not Log
+
2004-11-18 Chris Blumenberg <cblu@apple.com>
<rdar://problem/3885708> save memory in icon DB by not using NSSets when holding 1 object
#endif
database = [[WebIconDatabase alloc] init];
#if !LOG_DISABLED
- Log(Timing, "initializing icon database with %d sites and %d icons took %f",
- [database->_private->URLToIconURL count], [database->_private->iconURLToURLs count], (CFAbsoluteTimeGetCurrent() - start));
+ LOG(Timing, "initializing icon database with %d sites and %d icons took %f",
+ [database->_private->URLToIconURL count], [database->_private->iconURLToURLs count], (CFAbsoluteTimeGetCurrent() - start));
#endif
}
return database;