| Index: webkit/glue/plugins/pepper_string.h
|
| diff --git a/webkit/glue/plugins/pepper_string.h b/webkit/glue/plugins/pepper_string.h
|
| index 1fc43c4f2c486646aca90a098f285716cff94e91..fa1ab2ff52d907c73aa856ed25d25fdc566e89a9 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_; }
|
|
|
|
|