| Index: webkit/glue/plugins/plugin_group.cc
|
| diff --git a/webkit/glue/plugins/plugin_group.cc b/webkit/glue/plugins/plugin_group.cc
|
| index 668621d87875cf7bb23cf477b1f44a1acae66b29..548e624a81fd239a9406a24dd134e5cf0503f374 100644
|
| --- a/webkit/glue/plugins/plugin_group.cc
|
| +++ b/webkit/glue/plugins/plugin_group.cc
|
| @@ -199,6 +199,7 @@ bool PluginGroup::Match(const WebPluginInfo& plugin) const {
|
| return false;
|
| }
|
|
|
| +/* static */
|
| Version* PluginGroup::CreateVersionFromString(const string16& version_string) {
|
| // Remove spaces and ')' from the version string,
|
| // Replace any instances of 'r', ',' or '(' with a dot.
|
|
|