Merge change Ibb245ea7 into eclair

* changes:
  Return an empty PluginList instead of null for the deprecated getPluginList() api.
This commit is contained in:
Android (Google) Code Review
2009-11-11 14:34:05 -08:00

View File

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