From 35ba9a9d325192b74dd3957df992ae6043a2fb44 Mon Sep 17 00:00:00 2001 From: "cevans@chromium.org" Date: Sun, 19 Jun 2011 23:36:54 +0000 Subject: IcedTea caught up with the latest Java security update. http://blog.fuseyism.com/index.php/2011/06/08/icedtea6-188-198-and-1102-released/ BUG=85678 Review URL: http://codereview.chromium.org/7134065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89631 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/plugins/npapi/plugin_list.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webkit/plugins') diff --git a/webkit/plugins/npapi/plugin_list.cc b/webkit/plugins/npapi/plugin_list.cc index 89089b4..c4dcfc4 100644 --- a/webkit/plugins/npapi/plugin_list.cc +++ b/webkit/plugins/npapi/plugin_list.cc @@ -150,8 +150,8 @@ static const VersionRangeDefinition kJavaVersionRange[] = { }; static const VersionRangeDefinition kRedhatIcedTeaVersionRange[] = { - { "0", "1.9", "1.8.7", true }, - { "1.9", "1.10", "1.9.7", true }, + { "0", "1.9", "1.8.8", true }, + { "1.9", "1.10", "1.9.8", true }, }; static const PluginGroupDefinition kGroupDefinitions[] = { -- cgit v1.1