Merge commit '09550fde489a6d5155f005fec9b328f1b2a878a6' into eclair-mr2-plus-aosp * commit '09550fde489a6d5155f005fec9b328f1b2a878a6': Return an empty PluginList instead of null for the
This commit is contained in:
@@ -2801,7 +2801,7 @@ public class WebView extends AbsoluteLayout
|
||||
*/
|
||||
@Deprecated
|
||||
public static synchronized PluginList getPluginList() {
|
||||
return null;
|
||||
return new PluginList();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user