summaryrefslogtreecommitdiff
path: root/Source/WebKit/qt/Api/qwebsecurityorigin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/qt/Api/qwebsecurityorigin.cpp')
-rw-r--r--Source/WebKit/qt/Api/qwebsecurityorigin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/qt/Api/qwebsecurityorigin.cpp b/Source/WebKit/qt/Api/qwebsecurityorigin.cpp
index 58fe79519..c2ba8148b 100644
--- a/Source/WebKit/qt/Api/qwebsecurityorigin.cpp
+++ b/Source/WebKit/qt/Api/qwebsecurityorigin.cpp
@@ -224,7 +224,7 @@ QList<QWebDatabase> QWebSecurityOrigin::databases() const
to the \c file: scheme.
Cross domain restrictions depend on the two web settings QWebSettings::LocalContentCanAccessFileUrls
- and QWebSettings::LocalContentCanAccessFileUrls. By default all local schemes are concidered to be
+ and QWebSettings::LocalContentCanAccessRemoteUrls. By default all local schemes are concidered to be
in the same security origin, and local schemes can not access remote content.
*/
void QWebSecurityOrigin::addLocalScheme(const QString& scheme)