Index: webkit/glue/plugins/plugin_group.cc |
diff --git a/webkit/glue/plugins/plugin_group.cc b/webkit/glue/plugins/plugin_group.cc |
index 723a31da2d4d44c19779d40281a212a1aa6f7481..668621d87875cf7bb23cf477b1f44a1acae66b29 100644 |
--- a/webkit/glue/plugins/plugin_group.cc |
+++ b/webkit/glue/plugins/plugin_group.cc |
@@ -79,6 +79,8 @@ VersionRange& VersionRange::operator=(const VersionRange& other) { |
return *this; |
} |
+VersionRange::~VersionRange() {} |
+ |
void VersionRange::InitFrom(const VersionRange& other) { |
low_str = other.low_str; |
high_str = other.high_str; |