From 12e5c100edeca5ed859e4632d461fe937d31f8a1 Mon Sep 17 00:00:00 2001 From: "zecke@webkit.org" Date: Mon, 3 Dec 2007 10:33:20 +0000 Subject: [PATCH] 2007-12-02 Holger Hans Peter Freyther 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 --- WebCore/ChangeLog | 8 ++++++++ WebCore/loader/FrameLoader.cpp | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index e2eb3f7e6c33..466105be6551 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,11 @@ +2007-12-02 Holger Hans Peter Freyther + + Rubber stamped by Sam Weinig. + + Fix a typo. It is contains and not containts + + * loader/FrameLoader.cpp: + 2007-12-03 Alp Toker Add another missing DEPENDPATH. diff --git a/WebCore/loader/FrameLoader.cpp b/WebCore/loader/FrameLoader.cpp index 4768fec9724c..a615cec4ed01 100644 --- a/WebCore/loader/FrameLoader.cpp +++ b/WebCore/loader/FrameLoader.cpp @@ -4613,7 +4613,7 @@ void FrameLoader::registerURLSchemeAsLocal(const String& scheme) 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(); -- 2.36.0