am c9966891: Merge change Ibb245ea7 into eclair

Merge commit 'c996689109b1ac0849aa675e1987e3851ee77a95' into eclair-mr2

* commit 'c996689109b1ac0849aa675e1987e3851ee77a95':
  Return an empty PluginList instead of null for the
This commit is contained in:
Grace Kloba
2009-11-11 17:13:57 -08:00
committed by Android Git Automerger

View File

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