diff options
| author | Grace Kloba <klobag@google.com> | 2009-04-22 09:45:00 -0700 |
|---|---|---|
| committer | Grace Kloba <klobag@google.com> | 2009-04-22 11:44:58 -0700 |
| commit | 14f586c9666e68bd7b138911aa63a3081d5b2e49 (patch) | |
| tree | 2af9d352476d25f61e0d841c7b4133f6b6aa6560 /WebKit/android/jni/WebSettings.cpp | |
| parent | 38eb0cdb2b416fb660584adf6f277a27ce519568 (diff) | |
| download | external_webkit-14f586c9666e68bd7b138911aa63a3081d5b2e49.zip external_webkit-14f586c9666e68bd7b138911aa63a3081d5b2e49.tar.gz external_webkit-14f586c9666e68bd7b138911aa63a3081d5b2e49.tar.bz2 | |
Adding WTF to Vector as both Android and WTF has Vector<>.
Diffstat (limited to 'WebKit/android/jni/WebSettings.cpp')
| -rw-r--r-- | WebKit/android/jni/WebSettings.cpp | 2 |
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 |
