summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebSettings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/jni/WebSettings.cpp')
-rw-r--r--WebKit/android/jni/WebSettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/jni/WebSettings.cpp b/WebKit/android/jni/WebSettings.cpp
index 15b1ef1..1b01f5e 100644
--- a/WebKit/android/jni/WebSettings.cpp
+++ b/WebKit/android/jni/WebSettings.cpp
@@ -314,7 +314,7 @@ public:
if (pluginsPath.length()) {
s->setPluginsPath(pluginsPath);
// Set the plugin directories to this single entry.
- Vector< ::WebCore::String > paths(1);
+ WTF::Vector< ::WebCore::String > paths(1);
paths[0] = pluginsPath;
pluginDatabase->setPluginDirectories(paths);
// Set the home directory for plugin temporary files