summaryrefslogtreecommitdiffstats
path: root/webkit/glue/cpp_variant.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/cpp_variant.h')
-rw-r--r--webkit/glue/cpp_variant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/cpp_variant.h b/webkit/glue/cpp_variant.h
index 71b3166..34f843a 100644
--- a/webkit/glue/cpp_variant.h
+++ b/webkit/glue/cpp_variant.h
@@ -96,7 +96,7 @@ class CppVariant : public NPVariant {
bool ToBoolean() const;
// Returns a vector of strings for the specified argument. This is useful
// for converting a JavaScript array of strings into a vector of strings.
- std::vector<std::wstring> ToStringVector() const;
+ std::vector<std::string> ToStringVector() const;
// Invoke method of the given name on an object with the supplied arguments.
// The first argument should be the object on which the method is to be