summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2016-01-27 14:31:50 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2016-01-27 11:34:22 +0000
commitda00247a0446551e543a5c714c84d347cec58b34 (patch)
treef93abb56fbf55214c470605be07c95ffff54b42e
parentbbdf00cf0913dcdf900c541a2dbf418b7f23788f (diff)
downloadqtwebkit-da00247a0446551e543a5c714c84d347cec58b34.tar.gz
Fixed typo in QWebSecurityOrigin::addLocalScheme documentation.
Change-Id: Ife7db164671b84f28b03b6d86a038d1370486cae Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-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)