Rubber stamped by Sam Weinig.
Fix a typo. It is contains and not containts
* loader/FrameLoader.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28341
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-12-02 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
+
+ Rubber stamped by Sam Weinig.
+
+ Fix a typo. It is contains and not containts
+
+ * loader/FrameLoader.cpp:
+
2007-12-03 Alp Toker <alp@atoker.com>
Add another missing DEPENDPATH.
bool FrameLoader::shouldTreatURLAsLocal(const String& url)
{
- // This avoids an allocation of another String and the HashSet containts()
+ // This avoids an allocation of another String and the HashSet contains()
// call for the file: and http: schemes.
if (url.length() >= 5) {
const UChar* s = url.characters();