+2007-12-07 Steve Falkenburg <sfalken@apple.com>
+
+ Fix build.
+
+ * WebHistory.cpp:
+ (_WebCoreHistoryProvider::containsURL):
+
2007-12-07 Geoffrey Garen <ggaren@apple.com>
Tried to fix build by suppressing warning.
_WebCoreHistoryProvider(IWebHistory* history);
~_WebCoreHistoryProvider();
- virtual bool containsItem(const UChar* unicode, unsigned int length);
+ virtual bool containsURL(const UChar* unicode, unsigned length);
private:
IWebHistory* m_history;
return (c | 0x20) == lowercaseLetter;
}
-bool _WebCoreHistoryProvider::containsItem(const UChar* unicode, unsigned int length)
+bool _WebCoreHistoryProvider::containsURL(const UChar* unicode, unsigned length)
{
const int bufferSize = 1024;
const UChar *unicodeStr = unicode;