Merge change Ibb245ea7 into eclair
* changes: Return an empty PluginList instead of null for the deprecated getPluginList() api.
This commit is contained in:
@@ -2730,7 +2730,7 @@ public class WebView extends AbsoluteLayout
|
||||
*/
|
||||
@Deprecated
|
||||
public static synchronized PluginList getPluginList() {
|
||||
return null;
|
||||
return new PluginList();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user