summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/pepper_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/plugins/pepper_string.h')
-rw-r--r--webkit/glue/plugins/pepper_string.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/plugins/pepper_string.h b/webkit/glue/plugins/pepper_string.h
index 1fc43c4..fa1ab2f 100644
--- a/webkit/glue/plugins/pepper_string.h
+++ b/webkit/glue/plugins/pepper_string.h
@@ -14,8 +14,8 @@ namespace pepper {
class String : public base::RefCountedThreadSafe<String> {
public:
- String(const char* str, uint32 len) : value_(str, len) {
- }
+ String(const char* str, uint32 len);
+ virtual ~String();
const std::string& value() const { return value_; }