Return an empty PluginList instead of null for the
deprecated getPluginList() api. Fix http://b/issue?id=2249732
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