Return an empty PluginList instead of null for the

deprecated getPluginList() api.

Fix http://b/issue?id=2249732
This commit is contained in:
Grace Kloba
2009-11-10 13:13:24 -08:00
parent cfe45c775d
commit bb245ea7f5

View File

@@ -2730,7 +2730,7 @@ public class WebView extends AbsoluteLayout
*/
@Deprecated
public static synchronized PluginList getPluginList() {
return null;
return new PluginList();
}
/**