| Index: webkit/plugins/npapi/plugin_list.cc
|
| ===================================================================
|
| --- webkit/plugins/npapi/plugin_list.cc (revision 87540)
|
| +++ webkit/plugins/npapi/plugin_list.cc (working copy)
|
| @@ -93,7 +93,7 @@
|
| { "", "", "7.6.9", true }
|
| };
|
| static const VersionRangeDefinition kJavaVersionRange[] = {
|
| - { "0", "7", "6.0.240", true } // "240" is not a typo.
|
| + { "0", "7", "6.0.260", true } // "260" is not a typo.
|
| };
|
| // This is up to date with
|
| // http://www.adobe.com/support/security/bulletins/apsb11-08.html
|
| @@ -146,7 +146,7 @@
|
|
|
| #else // Most importantly, covers desktop Linux.
|
| static const VersionRangeDefinition kJavaVersionRange[] = {
|
| - { "0", "1.7", "1.6.0.24", true }
|
| + { "0", "1.7", "1.6.0.26", true }
|
| };
|
|
|
| static const VersionRangeDefinition kRedhatIcedTeaVersionRange[] = {
|
|
|