Index: webkit/glue/plugins/plugin_group.h |
diff --git a/webkit/glue/plugins/plugin_group.h b/webkit/glue/plugins/plugin_group.h |
index e916b842a3423db644ddffe0ad2cc7ac6f481ea1..a7712387f7badee49f081af4a18445d8930760d4 100644 |
--- a/webkit/glue/plugins/plugin_group.h |
+++ b/webkit/glue/plugins/plugin_group.h |
@@ -51,6 +51,7 @@ struct VersionRange { |
explicit VersionRange(VersionRangeDefinition definition); |
VersionRange(const VersionRange& other); |
VersionRange& operator=(const VersionRange& other); |
+ ~VersionRange(); |
std::string low_str; |
std::string high_str; |